See the code behind this demo!

Setup a SEPA debit

Learn how to save SEPA details for future payments.

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


Console

> Ready ...

          
          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 🎉');
            };
          });
          
        

Experiment and learn

Make copies, remix, change and learn how to play with this tinydemo.


Any questions?

Reach out to us on any of our contact channels: