#cmchen_65252
1 messages · Page 1 of 1 (latest)
There is minimum amount required to be accepted: https://stripe.com/docs/currencies#minimum-and-maximum-charge-amounts
Is there any reason why you would like to be amount below $0.5?
when i using other currency such as THB it will be conver to USD
It will follow the country currency of your Stripe account
For example, if your Stripe account country is US, it will convert THB 0.5 to USD 0.013 and check whether mimimum amount is met
if i hava bussness in us and thailand i need to sign up 2 account ?
It depends on your business requirements. If you're going to get payout in US, but accepting THB, it's fine to just have one US account as Stripe accepts THB as presentment currency for US account: https://stripe.com/docs/currencies?presentment-currency=US#presentment-currencies
my account country is US, when i use thb the min amount will be 18.5 not 10, only when my account country is thailand the min amount is 10thb
i need to convert amount with rate
?
I'm afraid that the minimum amount follows the currency of your Stripe account. It's not possible to change the minimum currency to THB 10 with US account.
You may use a separate account in this case
when i use us account what ever other currency will be convert to us and must be bigger than $0.5 not in this table https://stripe.com/docs/currencies#minimum-and-maximum-charge-amounts
like
If you use US account, the amount will be validated after converting to USD and it will use the minimum amount of USD
It doesn't follow the presentment currency, but the default currency on your account which is USD in this case
ok thinkyou
No problem! Happy to help 😄
converting amount is using real-time exchange rate ?
Stripe doesn't provide an API for foreign currency conversion
how can i to make sure bigger than $0.5
You'd need to use a open market FX converter to check; or you can set the minimum presentment currency within your system to ensure it is more than USD 0.5
i can not use separate account because my platform need to use charge in the future if i use a separate account user account id and payment_method id can't re-use
You'd need to use a open market FX converter to check; or you can set the minimum presentment currency within your system to ensure it is more than USD 0.5
This will help to resolve the minimum amount check in the single account
do you hava any suggest ?
This is the suggestion for you earlier:
You'd need to use a open market FX converter to check; or you can set the minimum presentment currency within your system to ensure it is more than USD 0.5
Do you have any issue with this?
I'd recommend searching online which provider that's more suitable for you. Some examples will be Open Exchange Rates
ok