Retrieve a Payout Batch
payout-batches
Retrieve a Payout Batch
Get a payout batch by its id including status and optional metadata
GET
Retrieve a Payout Batch
Documentation Index
Fetch the complete documentation index at: https://dotsdev.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
Id of the payout batch to fetch
Response
200 - application/json
OK
Basic payout batch response
Unique identifier for the payout batch.
Timestamp when the batch was created.
Current status of the batch processing.
Available options:
created, processing, paying_out, completed The idempotency key provided when creating the batch.
The metadata attached to the batch.

