#aaaaaaaaaaaaaaa-currency-conversion

1 messages ยท Page 1 of 1 (latest)

whole drum
upbeat ravine
#

which currency will be presentment currency if USD is default and CAD is the currency through which customer is paying

whole drum
#

You set the presentment currency, so that depends on your code/flows.

#

How are you integrating, directly with Payment Intents, using a more pre-built approach like Checkout Sessions, or something else?

upbeat ravine
#

I didn't got you

#

I am using prebuilt approaches

#

like creating subscription using paymentMethodId

whole drum
#

If you're creating Subscriptions, then the currency that those are presented in is determined by the underlying Price objects that you provide:
https://stripe.com/docs/api/subscriptions/create#create_subscription-items-price
https://stripe.com/docs/api/prices/object#price_object-currency

upbeat ravine
#

yes I provide default price as usd

#

so if customer is in canada then there will be automatic conversion?