Customers
List Mandates
Customers
List Mandates
GET
/
Customers
/
mandates
{
"results": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"handle": "<string>",
"scheme": "<string>",
"status": "Created",
"schemeData": [
"<any>"
],
"customer": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"handle": "<string>",
"name": "<string>",
"number": "<string>"
}
}
],
"nextOffset": "<string>",
"hasMore": true
}
Query Parameters
Required range:
1 < x < 100
Response
200
text/plain
OK
Available options:
Created
, PendingProcess
, PendingVerification
, Active
, Cancelled
{
"results": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"handle": "<string>",
"scheme": "<string>",
"status": "Created",
"schemeData": [
"<any>"
],
"customer": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"handle": "<string>",
"name": "<string>",
"number": "<string>"
}
}
],
"nextOffset": "<string>",
"hasMore": true
}