#james.ballow

1 messages · Page 1 of 1 (latest)

worn magnetBOT
rare fulcrum
#

Hello 👋
Correct, funds settle in your account's default currency (USD)

urban sleet
#

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

rare fulcrum
#

How exactly are you integrated?
Are you using Stripe Checkout OR elements?

urban sleet
#

Elements

rare fulcrum
#

PaymentElement correct?

urban sleet
#

Right

rare fulcrum
#

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)

urban sleet
#

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?

rare fulcrum
#

Decide what exactly?

urban sleet
#

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?

rare fulcrum
#

Actually, we use the PaymentIntent currency to determine the supported payment methods

#

automatic_payment_methods also uses the currency on the PaymentIntent to determine which PaymentMethods are eligible