#apostolis_best-practices

1 messages ¡ Page 1 of 1 (latest)

winged bluffBOT
#

👋 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.

pastel gazelle
#

What amount are you trying to charge and using what currency ?

feral wolf
#

USD. We want to charge a bit more than 1M USD.

#

From what I can tell, USD is not in that exception list

pastel gazelle
#

Ah yeah that's not supported.

feral wolf
#

What are our options? I wanted to double-check, in case you have a best practice for such scenarios.

pastel gazelle
#

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...

feral wolf
#

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

pastel gazelle
#

Can I have those charges in a single subscription? Or do I need a separate subscription?
Yeah you need to have separate subscriptions

feral wolf
#

Thanks. I am contacting Stripe support now.