Pagination
You can use the Paynetics API to fetch data in bulk. Use the list APIs to pull records like applications, transactions and similar collections. Pass page and limit as query parameters to define the scope of your query.
Each list endpoint may accept additional filters as query parameters. The response is a uniform envelope of items and total_items.
Attributes
page
integer
required
Starting from 1.
limit
integer
required
Maximum records per page (depends on the endpoint, typically up to 100).