Get a batch of payees
GET
/beneficiaries/batch/{id} Returns the trusted payee batch identified by id, including the requested payee changes, operation type, and current state.
Use the state to determine whether the batch needs a Strong Customer Authentication challenge or has been executed.
Request
Path parameters
Responses
200OK
Success
Headers
Body
application/json
BeneficiaryBatchBeneficiaryBatch · object · 3 fields
Response example
{ "operationBatchId": { "batchId": "123456789", "operation": "CREATE" }, "tag": "customer-123", "state": "INITIALISED"}