#apostolis_best-practices
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/1386986734658519142
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
What amount are you trying to charge and using what currency ?
Because there is some expection for some currency to accept more digits:
https://docs.stripe.com/currencies#minimum-and-maximum-charge-amounts:~:text=In general%2C the number of allowed digits limits the maximum amount you can charge a customer. The amount value supports up to%3A
USD. We want to charge a bit more than 1M USD.
From what I can tell, USD is not in that exception list
Ah yeah that's not supported.
What are our options? I wanted to double-check, in case you have a best practice for such scenarios.
If you want to request and increase in the max charge amount, you should reachout to Stripe Support at support.stripe.com and see if you could be eligieable for an increase
If not, you should create separate charges...
Can I have those charges in a single subscription? Or do I need a separate subscription?
Because in test mode I get an error when adding multiple items to a subscription, and their total exceeds the $999,999.99 amount
Can I have those charges in a single subscription? Or do I need a separate subscription?
Yeah you need to have separate subscriptions
Thanks. I am contacting Stripe support now.