#thiagonovato

1 messages · Page 1 of 1 (latest)

keen riverBOT
sand thicket
#

Hi there

#

Yes you likely want to localize the price

kindred thorn
#

i'm using stripe api

#

In my case, i need 3 currency... CAD, USD and BRL (canada, united states and brazil)

#

so, when registering a new product, I need to send the price in each currency... right?

sand thicket
#

Then yeah, you will want to create Prices in each of those currencies

#

Yep

kindred thorn
#

ok

#

and after that

#

How can I choose in which currency I would like to register the subscription?

sand thicket
#

You pass the correct Price ID when you create the Subscription

kindred thorn
#

Good!

#

Another question: does the user's currency need to be the same currency available?

sand thicket
#

Can you clarify what you mean by that?

kindred thorn
#

Can a user with a credit card in EURO currency purchase a subscription that is not available in EURO?

#

Because, in my case, I will only make available CAD, USD and BRL. If a user doesn't have money in any of these currencies, how can he buy this subscription?

sand thicket
#

Well that all depends on the issuing bank

#

But most of the time this is fine, there is just a conversion fee for the customer sometimes

#

We don't prevent that, no.

kindred thorn
#

great sounds!

#

Ok... all good! Thank you so much!