Skip to main content
GET
List mandates
Use this endpoint to review every Direct Debit mandate held for a merchant, including mandates that are no longer active.
Keep the mandate reference alongside your own records. It is what correlates a SEPA Direct Debit transaction on the merchant’s bank statement with the mandate that authorized it.

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-_]+$

Response

A list of merchant mandates

limit
integer
required

The number of taken records.

Required range: x >= 0
Example:

100

offset
integer
required

The number of skipped records.

Required range: x >= 0
Example:

0

total
integer
required

Total number of records

Required range: x >= 0
Example:

140

items
object[]
required