DotsDocs
Payout batches

Retrieve a Payout Batch

Get a payout batch by its id including status and optional metadata

GET
/v2/payout-batches/{payout_batch_id}

Get a payout batch by its id including status and optional metadata

AuthorizationBasic <token>

In: header

Path Parameters

payout_batch_id*string

Id of the payout batch to fetch

Formatuuid

Response Body

application/json

curl -X GET "https://example.com/v2/payout-batches/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "created": "2019-08-24T14:15:22Z",  "idempotency_key": "0cd90e5a-2c03-4ab6-81a8-d48818026e58",  "status": "created",  "metadata": "string"}