cURL
curl --request GET \ --url https://sandbox.onconsul.com/v1/payouts/{id} \ --header 'Authorization: Bearer <token>'
{ "created_at": "2023-11-07T05:31:56Z", "id": "<string>", "status": "queued", "total_amount": "<string>", "total_items": 123, "completed_at": "2023-11-07T05:31:56Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
queued
awaiting_transfer
processing
completed
failed
cancelled
expired
pending_claim