Skip to main content
ArcenPay list endpoints use cursor-based pagination. You request a page size with limit, read the returned nextCursor, and pass it back as cursor on the next request. Cursor pagination is stable even when new records arrive between requests — unlike page/offset pagination.

Common query parameters

Response contract

List endpoints return this shape:

Example: iterate companies

Endpoints that paginate

When passing cursor, use the value exactly as returned. Values are opaque and may change between releases — never construct or mutate them yourself.
  • Companies API — full reference for the most common paginated resource
  • Users API — cursor pagination with companyId filter
Last modified on September 19, 2026