#A2023
1 messages · Page 1 of 1 (latest)
You mean this: https://stripe.com/docs/payments/checkout/present-local-currencies?platform=multi-currency-prices ?
yah. So my quetsion is -- how can i have pricing tables that change from USD to INR , when indian cutomers click on it
You mean on the table itself, or on the payment page?
The table itself
Hmm, not sure if that is supported yet. Did you try setting up the multi-currency prices? Let me test it
Will it be automatic? Like I have US customers it'll appear in USD and for Indian customers it'll show us INR -somehow like this
Sounds like it should work, yep: https://stripe.com/docs/payments/checkout/pricing-table#price-localization
Test it via:
In the stripe-pricing-table, set the customer_email property and include a suffix of the form +location_XX in the local part of the email. XX must be a valid two-letter ISO country code.
does price localization work with pricing tables , a nocode solution ?
Did you just read the doc I sent you? It answer the question for you