#iwillgettableflipped

1 messages · Page 1 of 1 (latest)

gaunt marten
#

I don't quite get it, can you rephrase or explain with an example?

fair lodge
#

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?

gaunt marten
#

What's the presentment currency in your use case?

fair lodge
#

So I am using australian dollars to create checkout sessions..

#
line_items: [
      {
        quantity:1,
        price_data:{
          currency:'aud',
          product:'prod_ObbhdZo4YgjuAc',
          unit_amount:300,

        }
        
      },
    ],```
gaunt marten
#

OK, so the presentment currency is in AUD, and that's the currency that you customer will pay in

fair lodge
#

is there a way to make it so it adjusts to the user's local currency or just lets them select it?

gaunt marten