Overview
List endpoints use cursor pagination (Stripe-style). You request a page using cursors; the API returns a list envelope withhas_more.
Authentication
Pagination applies to any list endpoint, regardless of auth mode. Use the auth header required by the route you’re calling (for example,x-api-key for merchant invoice lists or x-commerce-api-key for commerce lists).
Request
Query parameters:limit(default10, max100)starting_after(cursor)ending_before(cursor)
Response
Response envelope:Errors
400invalid cursor or limit values401/403invalid credentials for the endpoint

