Skip to main content
POST
Create a mandate
A Direct Debit mandate authorizes Tilta to initiate SEPA Direct Debit collections from a merchant’s registered bank account – for example, to collect fees or settle a financing adjustment.
SEPA Direct Debit mandates are subject to the SEPA Rulebook. The merchant receives a pre-notification before any debit is initiated against their account.

Authorizations

Authorization
string
header
required

Your Tilta API key, sent as Bearer <key>.

Path Parameters

external_id
string
required

Unique identifier of a merchant.

Maximum string length: 100
Pattern: ^[a-zA-Z0-9-_]+$

Body

application/json
iban
string
required

IBAN for mandate.

Example:

"DE03500105177178979259"

Response

Mandate has been successfully created.

mandate_id
string
required

Unique mandate id

Example:

"TLT PLT 00000001"

created_at
number
required

Mandate creation date (unix time in seconds).

Example:

1582896122

updated_at
number
required

Mandate updating date (unix time in seconds).

Example:

1582896122