#iwillgettableflipped
1 messages · Page 1 of 1 (latest)
so, if a customer is in a different country, do they get charged the equivalent of $5 of my country's currency in their currency or is it $5 in mine still?
What's the presentment currency in your use case?
So I am using australian dollars to create checkout sessions..
line_items: [
{
quantity:1,
price_data:{
currency:'aud',
product:'prod_ObbhdZo4YgjuAc',
unit_amount:300,
}
},
],```
OK, so the presentment currency is in AUD, and that's the currency that you customer will pay in
is there a way to make it so it adjusts to the user's local currency or just lets them select it?
https://stripe.com/docs/payments/checkout/present-local-currencies?platform=automatic-currency-conversion there's a automatic currency conversion, but it's only avaiable to users in US and Canada