An API endpoint that fetches a batch payout for a business
uuid
that uniquely identifies the batch payout.GET /3p/api/v2/batch-payouts/business/{business_user_uuid}/{batch_payout_uuid}
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. |