GET
/
v1
/
mandates
/

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

archived
boolean

Filter by archived status of the mandate

debtor
string

Filter by our ID of the debtor

debtor_organization_name
string

Filter by the name of the debtor's organization (in case debtor is an organization and has the 'organization' object associated with it)

debtor_person_first_name
string

Filter by the first name of the debtor (in case debtor is a person has the 'person' object associated with it). Can be combined with debtor_person_last_name

debtor_person_last_name
string

Filter by the last name of the debtor (in case debtor is a person and has the 'person' object associated with it). Can be combined with debtor_person_first_name

debtor_your_reference
string

Filter by the field your_reference of the mandate's debtor

Filter by the legal stage of the mandate

limit
integer

Number of results to return per page.

offset
integer

The initial index from which to return the results.

payment_state
string

Filter by the payment state of the mandate

processing_state
string

Filter by the processing state of the mandate

reference_number
string

Filter by the reference number of the mandate

Response

200 - application/json
count
integer
next
string | null
previous
string | null
results
object[]