Skip to main content
List endpoints return paginated results. Most endpoints use cursor-based pagination — a stateless, efficient approach that works well even as new records are inserted.

Cursor-based pagination

Used by: payment_links, checkout_sessions, webhook_endpoints, events.

Request

Response

Iterating all pages

Offset-based pagination

Used by: customers (legacy).

Request

Response