Payouts
List Payouts
Get a paginated list of all payouts with optional filtering
GET
Query Parameters
Page number for pagination. Must be a positive integer.
Number of results per page. Maximum value is 200. Default is 50.
Filter payouts by status. Valid values:
pending, processing, completed, failed, cancelled.Filter payouts by affiliate ID. Only returns payouts for the specified affiliate.
Sort field and direction in the format
field:direction. Valid fields: createdAt, updatedAt, amount, processedAt. Valid directions: asc, desc. Example: createdAt:desc.Filter payouts created on or after this date. ISO 8601 date format (e.g.,
2024-01-01).Filter payouts created on or before this date. ISO 8601 date format (e.g.,
2024-12-31).Response
The response includes a paginated list of payouts and pagination metadata.Always
true for successful responsesArray of payout objects.
Pagination metadata object containing:
page(integer): Current page numberlimit(integer): Number of results per pagetotal(integer): Total number of payouts matching the filterstotalPages(integer): Total number of pageshasNextPage(boolean): Whether there is a next pagehasPrevPage(boolean): Whether there is a previous page
