#Alakazam

1 messages · Page 1 of 1 (latest)

astral skyBOT
viral sable
#

For your Indian customer you need to use INR currency (local) and not USD.

last topaz
#

How can i handle this case in checkout page?

viral sable
#

You need to create different Checkout Session, USD for international customers and INR for local customers

last topaz
#

Thanks for information. Can you please share with me any documentation to handle this scenario.

viral sable
#

This logic must be implemented in your integration not in Stripe Side, something like:
If customer is in india => create Checkout with INR
Else => Create Checkout with USD
You need to manage this in your integration.