#fadi - currency conversion
1 messages ยท Page 1 of 1 (latest)
You won't be able to do this with 1 Stripe account. Currency is converted to your settlement currency. If you have business in certain other countries, you could create a Stripe account for each country
๐ thanks, it is a good idea
I have a question in this regard, is the settlement currency related to the country of the account or the currency accepted by the bank account linked to stripe account?
Bank account
so, if I linked several bank accounts to my stripe account, it should be able to accept payment in the linked bank accounts without currency conversion fees, right?
Yes, sorry. However, whether or not you can do this is restricted by country. I recommend taking a look at these docs: https://stripe.com/docs/payouts#multiple-bank-accounts
but I think the solution you have offered is very good because we can avoid international payment processing fees also, so this should be considered
Not too familiar with the business logistics as we are just API specialists, but I believe you would need a valid business license and address in the other countries
If you go the route of creating multiple accounts
Can only domestic payment methods be accepted to avoid international payment fees, can this condition be imposed through the API?
Hello ๐
Taking over for codename_duchess here and catching up
Can only domestic payment methods be accepted to avoid international payment fees, can this condition be imposed through the API?
I'm not sure I understand this. Can you give me an example? I'm assuming your integration has products with different currencies yes?
Yes,
that is why I want to prevent payment methods that lead to the deduction of extra international payment fees, and limit the accepted payment methods to domestic ones only, as if I prevent the payment process using an Australian credit card when I sell in a Canadian market
Apologies for the delay here.
I'm not sure if its the foreign credit card that's causing conversion fees
It might just be the product that the card is used to purchase
np dear,
Here I meant "the international payment processing fee" not the currency conversion fees, these fees apply even if the presentment currency is the same as the settlement currency but the credit card is issued in country other than the account country, as i have understood
ah okay! apologies for the confusion
let me take a look
I know that for card payment methods, you can check the country
https://stripe.com/docs/api/payment_methods/object#payment_method_object-card-country
and maybe use a radar rule to block the transaction ๐ค