Pagination

Some API methods (e.g. Get Payout by ID) use page-based pagination through 'page' and 'perPage' parameters. Both parameters can be set when hitting the endpoint Get Payout by ID below:

POST [BASE_URL]/v1/payouts/:id?page=:page&perPage=:perPage

Example:

POST [BASE_URL]/v1/payouts/:12345?page=1&perPage=20

'perPage' can show a maximum of 100 payout items, and the default setting 'perPage' is 20