#aaaaaaaaaaaaaaa-currency-conversion
1 messages ยท Page 1 of 1 (latest)
HI ๐ if you use a presentment currency that differs from your settlement currency, then yes the a currency conversion will occur automatically.
This is explained in more detail here:
https://stripe.com/docs/currencies?presentment-currency=US
which currency will be presentment currency if USD is default and CAD is the currency through which customer is paying
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?
I didn't got you
I am using prebuilt approaches
like creating subscription using paymentMethodId
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
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.