cURL
curl --request GET \ --url https://api.withacclaim.com/v1/payout_batches/{batch_id} \ --header 'Authorization: Bearer <token>'
{ "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>
ID of the payout batch.
The payout batch.
"ba_r8PxTnQ5Dv"
ReadyToProcess
Processing
Succeeded
Failed
Canceled
Show child attributes