get_affiliate_payments
Retrieve a paginated list of affiliate payments for a given affiliate, sorted by most recent creation date. Supports filtering by page number.
Instructions
🟢 READ-ONLY · Affiliates · GET /v2/affiliates/{id}/payments
Get affiliate payments
Returns a list with all the affiliate payments. The payments are in sorted order, with the most recently created payment appearing first, and the list is paginated, with a limit of 50 payments per page. To refine the list of payments, there are a number of query params outlined in the following section; In case more than one Query param is provided, then all of them will be applied (AND operator).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Affiliate Id or email (encoded string) | |
| page | No | Filter by the page number. In case page number is higher than the maximum one, the results of last page will be returned |