#MarkoBoras
1 messages · Page 1 of 1 (latest)
I am displaying stripe product prices in my app
If user is from USA I display to him price in $
when he opens stripe customer portal I expect there to also be $ based on his location
I am testing this from Croatia and maybe that's why I am getting EURO in customer portal?
You are working with recurring prices (Subscription) ?
yeah
Automatic currency is available when working with Checkout:
https://stripe.com/docs/payments/checkout/present-local-currencies?platform=automatic-currency-conversion
I don't think if this is available with Customer portal
Double checking...
ok
well, Automatic currency conversion is a Checkout and Payment Links feature available only.
Nope. here is what you can configure in the customer portal:
https://stripe.com/docs/api/customer_portal/configuration#portal_configuration_object-features
It is set at price level
Yes. I invite you to make some tests in the meanwhile.
ok