sepaDirectDebitTransaction

Contains the information required to process a SEPA Direct Debit transaction.

Request

Property NameTypeRequiredDescription
ibanstringRequired if vaulted shopper ID is not sentInternational Bank Account Number (IBAN).

14 - 34 alphanumeric characters.
bicstringOptionalBank Identifier Code (BIC).

8 - 12 alphanumeric characters.
ibanFirstFourstringOptional

Required if sending a vaulted shopper ID and the shopper has multiple saved accounts.
First four characters of IBAN.
ibanLastFourstringOptional

Required if sending a vaulted shopper ID and the shopper has multiple saved accounts.
Last four characters of IBAN.

Response

Property NameTypeDescription
bicstringBank Identifier Code (BIC).

8 - 12 alphanumeric characters.
ibanFirstFourstringFirst four characters of IBAN.
ibanLastFourstringLast four characters of IBAN.
mandateIdstringID used to identify the shopper's acceptance of the SEPA Direct Debit mandate.
mandateDatestringDate (day-month-year) on which the shopper accepted the SEPA Direct Debit mandate.
For example: "21-Jul-17"
preNotificationTextstringText for pre-notification email in English.

For example:
"The amount of 100.00 EUR will be collected using SEPA Direct Debit with Mandate BS141928 from your bank account IBAN DE09XXXXXX7891 in the next few days. Please ensure sufficient funds in your account"

Note: To get the text in another language, you may use the Get Pre-Notification Text API.
preNotificationTranslationRefstringGet Pre-Notification Text endpoint with transaction ID in query string.

For example:
"https://sandbox.bluesnap.com/services/2/translations/sepa/prenotification?transactionid=1011148871"

Note: Specify the desired translation by including the language code in the query string.

For example:
"https://sandbox.bluesnap.com/services/2/translations/sepa/prenotification?transactionid=1011148871&language=fr"