Retrieve a Payout Batch with detailed results
Get a payout batch by its id. Returns detailed results for each item in the batch, including transfer information for successful payouts and error messages for failed ones.
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
Query Parameters
Include the original request data for each item in the response. This can be useful for debugging or reconciliation.
Response
OK
The payout batch with detailed results for each item.
Unique identifier for the payout batch.
Timestamp when the batch was created.
Current status of the batch processing.
created, processing, paying_out, completed Results for each item in the batch.
The idempotency key provided when creating the batch.
The metadata attached to the batch.

