#Wreck
1 messages · Page 1 of 1 (latest)
Can you elaborate on which Doc you are following?
Which integration is that? (PaymentElement/Checkout)
We're using the payment element with sepa_debit.
Um I am afraid that's not customizable
it's how the Payment Element collect information for sepa_debit
are ther other payment element that supports the 3 fields above?
Specifically for SEPA Debit? No
for other payment element (becs, etc.) is that possible?
Hey! Taking over for my colleague. Let me catch up.
Bacs debit is a different PaymentMehtod from SEPA, Stripe provides different UIs for each PaymentMehtods. For Bacs, the customer need to provide their Sort Code, Account Number and Country. For Sepa they need to provide IABN.
You need to adapt your integration to accept both PaymentMehtods if you need to
You can follow this guide for BACS:
https://stripe.com/docs/payments/bacs-debit/accept-a-payment
And this one for SEPA:
https://stripe.com/docs/payments/sepa-debit/accept-a-payment
You can configure Stripe Checkout or Elements to accept both Payments Methods
thanks guys! I'll tell the team these findings. we can close this ticket now
Don't hesitate to come back with any follow up Questions!