#NaBaiMo
1 messages · Page 1 of 1 (latest)
https://stripe.com/docs/currencies#presentment-currencies you can visit this page to see what are the supported presentment currencies for each country
If I only set the price in US dollars, can users in Brazil, Vietnam and other places pay successfully? The currency of these countries is not the US dollar
You can find the answer in the doc that I pasted earlier
I don't quite understand, can you please answer my question directly?
It's complicated and there're limitations. For example, if you choose Brazil in the list, the page would tell you
Currencies marked with * are not supported by American Express
These currencies apply to card payments: other payment methods are often tied to a specific currency```
That's why I'd recommend you to refer this page for complete answer.
OK, I'll take a closer look, thanks
Let me ask another question, I only set the price in US dollars, if the user pays in Brazilian currency, do I need to add the price of Brazilian currency to my product? Or the stripe system will automatically process according to the user's bank card and country
No, Stripe process the payment based on the currency you set, so you need to create a price in Brazilian currency.
ok let me try
My account was created in Hong Kong and only supports HKD and USD settlement. If the user pays in Brazilian currency or Vietnamese Dong, can I receive and withdraw money?
Yes, it'll be converted to the settlement currency (i.e., HKD or USD)
OK, thanks