cURL
curl --request POST \ --url https://api.withacclaim.com/v1/payout_batches \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "treasury_account_id": "<string>", "currency": "USD", "items": [ { "payee_id": "<string>", "amount": 123, "reference": "<string>", "description": "<string>" } ], "reference": "<string>", "description": "<string>" } '
{ "id": "ba_r8PxTnQ5Dv", "status": "ReadyToProcess", "description": "<string>", "failure_code": "<string>", "failure_message": "<string>", "processed_at": "2023-11-07T05:31:56Z", "totals": { "count": 100, "amount": 2500000, "succeeded": 95, "failed": 5 }, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"USD"
1
Show child attributes
Optional client reference for the batch
Payout batch created.
"ba_r8PxTnQ5Dv"
ReadyToProcess
Processing
Succeeded
Failed
Canceled