Payouts
Get Batch Processor Payout
An api endpoint for retrieving a batch payout that is sent to a processor
This API retrieves the details of a specific batch payout using its unique batch payout UUID. The response provides comprehensive information about the payout, including the total amount and a breakdown of transactions grouped by payee.
This route is secured with processor token authentication.
How It Works
- The Batch Processor Payout process runs daily at 9:10 AM EST.
- All eligible transfers marked as ready for payout are grouped into a single batch transfer per processor.
- If the processor is subscribed to the BatchPayoutProcessor webhook, they will receive a real-time notification when the payout is initiated.
- The webhook response includes a
uuid
that uniquely identifies the batch payout. - This UUID can then be used to retrieve batch payout details via the Get Batch Processor Payout endpoint.
Endpoint
GET /3p/api/v2/batch-payouts/processor/{batch_payout_uuid}
Path Parameters
Parameter | Type | Description |
---|---|---|
batch_payout_uuid | string | The UUID of the batch payout you want to retrieve. |