#Harpreet-card
1 messages · Page 1 of 1 (latest)
didn't my colleague answer this earlier?
ah no they replied but you never answered
https://stripe.com/docs/api/payment_methods/object?lang=ruby#payment_method_object-card-country is the country the card is from, and if the reason you're asking is about pricing, https://stripe.com/docs/currencies#european-credit-cards might help list the counties that are not international for Stripe accounts in Europe
i want to calculate, the amount of fee if customer is using international cards, how can i know from their card , this is international card or not ..?
how can i know from their card , this is international card or not ..?
I answered that above really, you look at thecountryfield of the PaymentMethod object that's involved in the payment.
so, that mean, my platform is in US, and all other country is international for me except US cards, right ..?
right
ohk, thanks