Skip to main content
GET
List Mandates including plaintext sensitive account data

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

date_from
string<date>

ISO format (YYYY-MM-DD)

date_to
string<date>

ISO format (YYYY-MM-DD)

statuses
enum<string>[]

The mandate statuses to filter for, comma separated

Available options:
AUTHORIZATION_REQUIRED,
AUTHORIZING,
PROCESSING,
SUBMITTED,
SUCCEEDED,
FAILED,
REVOKED,
READY_TO_SUBMIT,
CLOSED,
CANCELLED
sender_type
enum<string>

The sender type of the mandate

Available options:
INDIVIDUAL,
BUSINESS
user_id
string

The user_id the mandate was setup for

institution_id
string

The institution the mandate was executed against

offset
integer
default:0

default is 0

limit
integer
default:500

default is 500, max is 1000

Required range: 1 <= x <= 1000

Response

Successful

total_mandates
integer
required

Total number of Mandate records available for the selected filtering criteria (can be used to inform pagination requests)

mandates
object[]

List of Mandate objects that satisfy the filters in the request. Refer to Mandate object data model in GET /mandates/{mandate_id}