The Single Euro Payments Area (SEPA) is an initiative of the European Union to simplify payments within and across member countries. Use this test IBAN number to setup a succcessful SEPA debit IE29AIBK93115212345678
stripe.confirmSepaDebitSetup(clientSecret, {
payment_method: {
sepa_debit: ibanElement,
billing_details: {
name: name.value,
email: email.value,
},
},
}).then((result) => {
if (result.error != null) {
addMessage(result.error.message);
} else {
addMessage('SEPA debit setup 🎉');
};
});
Make copies, remix, change and learn how to play with this tinydemo.
Reach out to us on any of our contact channels: