#Boehmi

1 messages · Page 1 of 1 (latest)

rotund troutBOT
dapper needle
#

Yep, SEPA countries can have different billing address requirements:

Creating a SEPA Direct Debit PaymentMethod requires that you include the customer’s name and email address in the billing_details property of the payment_method parameter. Additionally, 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. Listen to the change event of the IBAN element to get the IBAN’s country code.

https://stripe.com/docs/payments/sepa-debit/accept-a-payment?platform=web&ui=element#web-submit-payment:~:text=Creating a SEPA,IBAN’s country code.

Learn to accept SEPA Direct Debit payments.

#

Payment Element fields should adjust automatically according to the country of the IBAN

placid jacinth
#

Oh, thank you! I totally missed that docs site, it seems. Then my question is answered :)

dapper needle
#

Yep, it is quite buried. np!