#hieu-do_api
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/1229368022758719490
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, let me help you with this.
No, there's no API to fetch this information unfortunately. You will need to hard code it in your app, based on docs.
With currencies listed in above section, I think I can hard code it.
But Stripe support more than 135 currencies, therefore how can I obtain other?
The minimum amount only applies to the settlement currency, meaning the currency of the Stripe account. All of the other currencies available for payment convert to one of those settlement currencies in the list, and the minimum amount is also converted. E.g. If the payment is in USD and the settlement is in EUR, the minimum amount will be $0.60, given an exchange rate of 1.2, based on EUR 0.50 minimum amount of EUR.
Not $0.50
So if my bank in Australia and default currency is AUD, when I create new payment intent with HKD, I need to use $0.5 AUD multiplied by <exchange_rate>?
So I need a Stripe exchange rate, right?
Yes, but I don't think it's possible to get it until the payment is made.
Hmm I see. I need to change my approach.
Thanks for your support. Appreciate it.
Happy to help.