cURL
curl --request POST \ --url https://sandbox.onconsul.com/v1/payouts \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "items": [ { "amount": "<string>", "email": "jsmith@example.com", "recipient_id": "<string>" } ] } '
{ "created_at": "2023-11-07T05:31:56Z", "id": "<string>", "status": "queued", "total_amount": "<string>", "total_items": 123, "completed_at": "2023-11-07T05:31:56Z" }
recipient_id
Idempotency-Key
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
OK
queued
awaiting_transfer
processing
completed
failed
cancelled
expired
pending_claim