#Rupesh
1 messages · Page 1 of 1 (latest)
Hi
Are you using Stripe Checkout for this ?
Check automatic currency conversion or use multiple currency:
https://stripe.com/docs/payments/checkout/present-local-currencies?platform=automatic-currency-conversion
In order to test you need to use email with country code prefix: e.g. test+location_US@example.com
Yes, I am using stripe checkout
I want to take only GBP for UK and for rest of the world I need to take USD. What configuration is necessary in the product to make the user select USD when they are paying for the subscription
I think you can create an USD price a default price
I have provided a specific amount in USD for example in GBP I have kept £16 and in USD I have kept $$18 which is not exact conversion
and create another GBP currency price
if the customer location will be in UK, then the GBP price will be used
You can test this with a Checkout Session for a customer with an email test+location_GB@example.com
No just the same product with two different currency price
I encourage you to follow this guide step by step:
https://stripe.com/docs/payments/checkout/present-local-currencies?platform=multi-currency-prices
How can I change the default price once set. It doesn't give me an option of changing the default price
in the product configuration
You can delete it and create a new one
Ok, thanks!