#blueish

1 messages · Page 1 of 1 (latest)

bitter epochBOT
sharp siren
#

👋 How can I help?

hard wigeon
#

I created a setup intent with automatic_payment_methods enabled, when I saw the payment methods I'm not sure if they are correct. I can see au becs debit and sepa debit, I thought sepa debit is only for Europe?

sharp siren
#

Can you share the SetupIntent ID (seti_xxx)?

hard wigeon
#

seti_1N8WycBtY8EQL3wKtrP9TYMf

sharp siren
hard wigeon
#

how can I know if customer is from Europe?

#

billing details?

sharp siren
#

If the customer saves the payment method with SEPA direct debit type, then the customer is from Europe

hard wigeon
#

what if the customer is new then use the customer to create setupintent?

sharp siren
#

Since the customer information is not collected at this point, it's not possible to know where the customer is located at.

SEPA direct debit only accepts EUR. If your payment is not in EUR, you can disable SEPA direct debit in the Dashboard.

hard wigeon
#

When integrating payment element using payment intent it can set the currency there to determine the compatible payments, is there a way to do that in setup intent?

sharp siren
#

currency is not supported in Setup Intent. With automatic payment methods, it will use the payment methods enabled in the Dashboard

hard wigeon
#

So I tried this , I created a customer with a AUD currency, the use that customer for creating a SetupIntent. Still I can see SEPA Debit, we don't want to see that in the options since customer currency is set to AUD

#

im sorry i think my recent message is wrong

#

i saw that sepa is available in autralia

sharp siren
#

Even if SEPA direct debit is available in Australia, it can only process EUR. To avoid saved SEPA can't be used in non-EUR payment, I'd recommend disabling SEPA in the Dashboard if your payment is not in EUR

hard wigeon
#

ok thanks