Learn how the Numeral API paginates responses
The Mambu Payments (formerly Numeral) API paginates responses using the following parameters:
| Parameter | Comment |
|---|---|
| limit integer | Limits the number of objects returned. It is set to 25 per default and accepts 100 as a maximum value. |
| starting_after string | Specifies the ID of the object from which your list request will start. It is not included in the result. |
| start_date string | Searches for objects created after or on start_date. The format is YYYY-MM-DD. |
| end_date string | Search for objects created before or on end_date. The format is YYYY-MM-DD. |
| sort_order string | If asc, results are fetched in chronological order. If desc, results are fetched in reversed chronological order. Default order is desc. |
