mandates
List Mandates
get/v2/mandates/
Query parameters
customerstring
Example:cust_yWYfCSzsUUhr9KwMv7vuLZHX
sepastring
Example:sepa_yWYfCSzsUUhr9KwMv7vuLZHX
rumstring
startinteger
limitinteger
Response
Successful Response
Example response
{
"range": {
"start": 42,
"end": 52,
"limit": 10,
"count": 1337,
"has_more": true
},
"mandates": [
{
"id": "mndt_yWYfCSzsUUhr9KwMv7vuLZHX",
"sepa": "sepa_yWYfCSzsUUhr9KwMv7vuLZHX",
"customer": "cust_yWYfCSzsUUhr9KwMv7vuLZHX"
}
]
}