#fixmaker-sepa-address
1 messages · Page 1 of 1 (latest)
Hey, which documentation are you referencing?
SEPA address requirement vary by IBAN country, and I'm unsure if they're publicly documented
I'm looking at this reference here: https://stripe.com/docs/payments/sepa-debit/accept-a-payment?html-or-react=react (section #5).
It states that:
IBANs with the country codes AD, PF, TF, GI, GB, GG, VA, IM, JE, MC, NC, BL, PM, SM, CH, and WF require the country and line1 properties of the billing_details.address property
We want to know if it's possible to simplify the amount of information requested by the Payment Element for SEPA debits (e.g. by removing the address box), especially for customers in Germany -- which doesn't seem to be on that list.
I mean, you can prevent the Payment Element from requesting them: https://stripe.com/docs/js/elements_object/create_payment_element#payment_element_create-options-fields-billingDetails
But that might result in payment failures. The Payment Element will present the fields required/recommended to complete the payment