#ang3lkar_currency-limit
1 messages · Page 1 of 1 (latest)
👋 Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1222953442725728267
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
From what I can see from our internal logs, cards weren't available because the amount was higher than ¥99,999,999. In general our limit is twelve 9s of the currency's smallest unit
The only limit to the maximum amount you can charge a customer is a technical one. The amount value supports up to twelve digits for IDR (for example, a value of 999999999999 for a charge of 9,999,999,999.99 IDR), and up to eight digits for all other currencies (for example, a value of 99999999 for a charge of 999,999.99 USD).
https://docs.stripe.com/currencies#minimum-and-maximum-charge-amounts:~:text=The only limit,of 999%2C999.99 USD
But our limit here seems to be smaller. I am assuming this has somthing to do wth JPY being a zero-decimal currency. Will look in to this and get back to you
https://docs.stripe.com/currencies#zero-decimal
I am not finding a doc about how zero-decimal effects this but it does look like ¥99,999,999 is our charge limit for JPY
Also we have a helpful tool in our dashboard that lets you see why certain payment methods were or were not available for payments of specific amounts and currencies https://dashboard.stripe.com/settings/payment_methods/review
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I will make sure we improve this error message though. We should have returned an error about the max JPY amount.
Hi Pompey, does that mean that we cannot charge amounts larger than ¥99,999,999?
👋 hopping in here since pompey has to head out soon
Yes, ¥99,999,999 would be the max you could charge in that currency
Is there a documentation concerning the ¥99,999,999 limit for JPY?
Yes, pompey already sent it to you earlier - https://docs.stripe.com/currencies#minimum-and-maximum-charge-amounts:~:text=The only limit,of 999%2C999.99 USD
ah, missed that
so there is no workaround for that? because the expected amounts will probably be larger than the limit in our case
You can try asking support (https://support.stripe.com/contact) to see if there'a a workaround, but as far as I know there's not way to do this in the public API
thanks Karbi