#madmark00178
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- madmark00178, 3 minutes ago, 18 messages
- madmark00178, 18 hours ago, 9 messages
- madmark00178, 20 hours ago, 30 messages
Hello 👋
How exactly are you passing the customer email?
Can you share a request ID?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
req_FTkvqOqzLMMzxH
oh you'd need to pass the email like shown in the example here
https://stripe.com/docs/payments/checkout/automatic-currency-conversion#checkout
customer_email: 'test+location_FR@example.com',
Creating a customer with +location should work
though
could you try passing customer_email and see if that changes anything?
i even changed the billing country
yeah
although im pretty sure it wont let me since im passing a stripe customer id
req_EtqWSaFz6t5dW4
I just disabled the stripe customer input and put the email, still didn't work
Can you look at my price ID and see if i'm supposed to set it up in a certain way: price_1OWR1FCAMZtSw1NMoGBajR2J
I was under the imperssion i only needed to set the main currency (USD) and automatic conversion would take care of the rest.
you've enabled it under settings correct?
https://dashboard.stripe.com/settings/automatic_currency_conversion
Gotcha. Give me a moment to look
I've tried france now including modifying locale in devtools, etc. Checkout shows up in French, but the currency is still in US
oh we don't support automatic currency conversion in subscription mode
https://stripe.com/docs/payments/checkout/automatic-currency-conversion#checkout:~:text=Automatic currency conversion does not apply for Checkout Sessions that%3A
It is for one-time payments only
does that clarify @grand silo ?
Ooooh