/
Get a batch of payees
Payees (previously "beneficiaries"). Retrieves the details of a payee batch identified by the batchId path parameter.
Security
auth_token and api-key
- Weavr Sandbox Environmenthttps://sandbox.weavr.io/multi/beneficiaries/batch/{id}
- Mock serverhttps://api.weavr.io/_mock/products/multi/openapi/beneficiaries/batch/{id}
curl -i -X GET \
'https://sandbox.weavr.io/multi/beneficiaries/batch/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'api-key: YOUR_API_KEY_HERE'Response
{ "operationBatchId": { "batchId": "string", "operation": "CREATE" }, "tag": "string", "state": "INITIALISED" }