#blueish
1 messages · Page 1 of 1 (latest)
👋 How can I help?
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?
Can you share the SetupIntent ID (seti_xxx)?
seti_1N8WycBtY8EQL3wKtrP9TYMf
These are the payment methods supported on your account: https://dashboard.stripe.com/test/settings/payment_methods
SEPA direct debit can be supported on your account if your customer is from Europe
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
If the customer saves the payment method with SEPA direct debit type, then the customer is from Europe
what if the customer is new then use the customer to create setupintent?
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.
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?
currency is not supported in Setup Intent. With automatic payment methods, it will use the payment methods enabled in the Dashboard
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
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
ok thanks