List payee batches
GET
/beneficiaries/batch Payees (previously "beneficiaries"). Retrieves all payee batches matching the query parameters and that belong to the logged-in identity.
Request
Query parameters
Responses
200OK
Success
Headers
Body
application/json
objectobject · 3 fields
Response example
{ "batches": [ { "operationBatchId": { "batchId": "123456789", "operation": "CREATE" }, "tag": "customer-123", "state": "INITIALISED" } ], "count": 0, "responseCount": 0}