Payouts
List Merchant Batch Payouts
An API endpoint for retrieving all batch payouts for a merchant
This API retrieves a list of all batch payouts. The response provides details for each payout, including the total amount and relevant timestamps. Pagination options are available to efficiently manage large datasets.
Authentication Route This route is secured with processor and vendor token authentication.
Endpoint
GET /3p/api/v2/batch-payouts/merchant/{merchant_user_uuid}
Path Parameters
Parameter | Type | Description |
---|---|---|
merchant_user_uuid | string | The UUID of the merchant user whose payout details you want to retrieve. |
Query Parameter
Fields | Type | Is Required | Description |
---|---|---|---|
per_page | integer | No | By default: 10 Min: 1 Max: 100 |
start_date | string | No | This parameter will filter the user’s records based on the creation date of the batch payout. Date format: Y-m-d |
end_date | string | No | This parameter will filter the user’s records based on the creation date of the batch payout. Date format: Y-m-d |
sort_order | string | No | By default: newest Possible Value: newest oldest |
page | integer | No | By default: 1 Min: 1 |