Payouts
Get Batch Person Payout
An API endpoint that fetches a batch payout for a person
Our ACH API enables businesses to receive a single batch payout per day, consolidating multiple transactions into one transfer instead of processing them individually. This streamlines payment operations and reduces transaction costs.
Authentication Route This route is secured with processor and vendor token authentication.
How It Works
- The Batch Person 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 person.
- If the vendor who onboarded the person is subscribed to the BatchPayoutPerson 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 Person Payout endpoint.
Endpoint
GET /3p/api/v2/batch-payouts/person/{user_uuid}/{batch_payout_uuid}
Path Parameters
Parameter | Type | Description |
---|---|---|
user_uuid | string | The UUID of the user whose payout details you want to retrieve. |
batch_payout_uuid | string | The UUID of the batch payout you want to retrieve. |