You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Background: I'm building a SaaS and would like to accept payments worldwide, but Stripe refuses to accept a Brazilian (BRL) credit card if the currency is displayed in USD.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everybody,
In order to support multiple currencies on Stripe, I'm looking to use the "currency presentment" feature by passing
+location_XX
on the customer's email address, as documented here: https://stripe.com/docs/payments/checkout/present-local-currencies?platform=automatic-currency-conversion#test-currency-presentmentBackground: I'm building a SaaS and would like to accept payments worldwide, but Stripe refuses to accept a Brazilian (BRL) credit card if the currency is displayed in USD.
I've had two unsuccessful attempts so far:
"customer_email"
to checkout:Results in this error:
You may only specify one of these parameters: customer, customer_email.
Is this something achievable? I'd appreciate it if anybody has some experience to share regarding multiple currencies!
Beta Was this translation helpful? Give feedback.
All reactions