#sunnylbk

1 messages · Page 1 of 1 (latest)

burnt hollowBOT
craggy ravine
#

hello! gimme a while to read through this

#

that's not going to be possible. Stripe will use that exact email you prefill. In any case, the +location_XX is just for testing purposes

kind fractal
#

Sorry, didn’t understand the part about it’s only for testing

craggy ravine
#

including +location_XX in the email address is to allow you to test currency presentment for customers in different countries

#

in production, you shouldn't be including +location_XX in the customer's email

kind fractal
#

How can we present different currencies in production? there is no other parameter I see in embedded pricing table's config

craggy ravine
#

it's automatically determined based on the customer's IP address

kind fractal
#

But, our pricing is not just conversion, it's different across geographies, in value

#

We are configuring multiple currencies per plan and we were planning to show relevant values based on +location_XX

craggy ravine
#

I'm afraid that's not what this feature is for then. This feature is meant to automatically determine the correct currency to present to the customer. If you want to be able to choose what currency to present, then you need to create one Price for each currency you need, and implement your own logic to determine what Price/currency to use

kind fractal
#

Got it. Thanks for the clarification!

#

I see we can configure multiple prices in a plan with different currencies. I am curious what would be the use case for it

craggy ravine
#

what do you mean by multiple prices in a plan with different currencies? Do you actually mean you can configure multiple prices in different currencies under a single Product?

kind fractal
craggy ravine
#

i assume that's multiple Prices under the Product page in that Dashboard - You can have one product and configure multiple Prices for it. You can offer a one time payment, or offer a subscription. Or for your specific use case, you can have multiple currencies configured and determine when to present a specific Price (for a currency) based off your own determined set of criteria

kind fractal
#

Got it. So, we can define multiple currency prices per product, and we can create a pricing table per region with the relevant currencies and present them to the customer. Does that sounds right?

craggy ravine
#

yep, i'd suggest trying it out to make sure it all works as per what you expect