6 days ago
Cursor-based pagination is now required for API calls returning responses with >100 pages
As of May 1, 2025, both versions of the Recharge API (2021-01 & 2021-11) require cursor-based pagination for responses that exceed 100 pages.
Requests that return more than 100 pages must now use cursor-based pagination. Otherwise, the request will result in an error.
Who is impacted?
There is no impact to merchants currently using these endpoints without cursor pagination — they have been added to a whitelist, and can temporarily continue using page-based pagination.
This change applies to merchants who are not currently using page-based pagination to return 100+ pages of data. Any new API requests will require the use of cursor-based pagination.
For more information on cursor-based pagination, see our API documentation.