#robertfonzarely
1 messages · Page 1 of 1 (latest)
What do you mean by 'local device'? I assume you mean in their local currency?
Yes, this is it. Someone in Bengalore could pay in INR on a checkout session created in EUR. I imagine it could be converted in EUR then. Is that possible ?
Should be: https://stripe.com/docs/payments/checkout/present-local-currencies?platform=multi-currency-prices
Thanks,
If I understand well, I have no choice but using price_id and set the prices in the dashboard.
Yes you'd configure all of the currencies you want to support on the Price object. Can be done via API too: https://stripe.com/docs/api/prices/create#create_price-currency_options
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Then Checkout will detect the customer location and automatically switch to their local currency (if it's an option)
Otherwise, uses the default
I have to rethink the payment process regarding the docs.
Ok, thanks for the help !
Let me know if you have any follow-up Qs