#parth_charge-minimum

1 messages ¡ Page 1 of 1 (latest)

night muskBOT
#

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

ruby shale
#

parth_charge-minimum

#

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

bold storm
#

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?

ruby shale