SEPA Direct Debit

Configurationanchor

Before you can accept SEPA Direct Debit, you will need to ensure you have completed the following steps:

  1. Create, verify, and link your PayPal business account in the Braintree Control Panel. In order to process SEPA Direct Debit, you need to have a valid PayPal business account.
  2. Generate a client token on your server
    • You will use the client token when you initialize your components
  3. Integrate SEPA Direct Debit on your client
    • The SEPA Direct Debit integration was introduced in v3 of the JavaScript SDK, v5 of the iOS SDK, and v4 of the Android SDK.
  4. Create a SEPA Direct Debit transaction on your server
  5. Configure Braintree webhooks
  6. Process a SEPA Direct debit transaction in sandbox or production successfully

Next Page: Client-side