Payouts
Get Business Batch Payout
An API endpoint that fetches a batch payout for a business
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 Business 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 business.
- If the vendor who onboarded the business is subscribed to the BatchPayoutBusiness 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 Business Payout endpoint.
Endpoint
GET /3p/api/v2/batch-payouts/business/{business_user_uuid}/{batch_payout_uuid}
Path Parameters
Parameter | Type | Description |
---|---|---|
business_user_uuid | string | The UUID of the business user whose payout details you want to retrieve. |
batch_payout_uuid | string | The UUID of the batch payout you want to retrieve. |