#parth_charge-minimum
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/1423372746305441904
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
parth_charge-minimum
https://stripe.com/docs/currencies#minimum-and-maximum-charge-amounts is our best doc about this
The problem is that the minimum amount depends on the settlement currency. So a US connected account charging in USD has a minimum of $0.50 USD and if they charge in EUR the minimum would be whatever converts to $0.50 USD after conversion for example
So it's not easy and changes in real time based on exchange rates calculation
But if all your connected accounts charge in their settlement currencies and don't do any exchange rate/FX that doc should be what you want
oh i see.. my platform allows the connected accounts to charge in multiple currencies which is why im finding it difficult to determine a fixed minimum product price so that any currency their customers purchase in would meet stripe's minimum charge amount...
is there a way to fetch stripe's exchange rates? so that we can dynamically calculate if the price would meet the minimum requirement in all currencies?
You can use our new FX Quotes API https://docs.stripe.com/payments/currencies/localize-prices/fx-quotes-api but it's in Public Preview right now and not yet in "GA" where anyone can use it