#james.ballow
1 messages · Page 1 of 1 (latest)
Hello 👋
Correct, funds settle in your account's default currency (USD)
Sweet. So, when I am making the payment intent, and I specify, for example, 100 USD, then how am I supposed to handle using sepa_debit? Do I have to have all combinations of payment intents defined and just check their country of origin when making the payment intent?
my customers are all over the globe
How exactly are you integrated?
Are you using Stripe Checkout OR elements?
Elements
PaymentElement correct?
Right
Gotcha. So yeah you'd want to figure out customer location and then create the PaymentIntent with the respective currency (i.e. eur for SEPA payments)
Oh man, that's a pain in the butt.
That's going to be a lot of logic, but doable.
What field should I compare against in HTML? I.e., what field does Stripe use to decide this?
Decide what exactly?
If I were to determine their country by HTML request, how would I do this? I assume that Stripe does this when you use "automatic_payment_methods".
Actually, now that I mention it: can I just use "automatic_payment_methods" and that will allow for other countries to see more "options" when they get the page?
Or is it same problem? Because I specify price in USD, they will still only see the payment options associated with USD?