#edutomesco
1 messages · Page 1 of 1 (latest)
Hi
You can't change a Stripe Customer currency once is set. You need to create another customer Stripe Object
really?
so they should create another account?
but then a customer is subject to just pay with one type of currency?
A customer can pays with multiple currencies, the conversion will be handled by Stripe, if you are using Checkout for example:
https://stripe.com/docs/payments/checkout/present-local-currencies
But i fyou are using Stripe APi with more custom integration, you need to create multiple Stripe Customer object for the same customer, each one with different currency. But in your integration you keep tracking it as a same customer
It can be transaparent for the end customer.
Okey thanks the thing is that we do not handle any more usd we just want to charge with €
Create new Customers object for your previous USD Customers, you can achieve this using the APIs without asking your end customer to create new account
I can't do it with the dashboard?
even with the api integration, I can't pass the card component it's sensible data
apart that I need to create another subscription
yes you can create another customer via Dashboard and specify € as currency
yes you'll need to cancel the old ($) subscription and create new (€) one