GET /v1/customers, /v1/recipients, /v1/reports, etc.) uses the same cursor model — the parameters and response shape do not vary across resources. Lists return at most 20 records by default. The model is the same one Stripe uses.
| Parameter | Type | Default | Purpose |
|---|---|---|---|
limit | integer | 20 | Records per page (max 100). |
starting_after | string (resource id) | — | Return results immediately after this id (next page). |
ending_before | string (resource id) | — | Return results immediately before this id (previous page). |
starting_after to walk forward through results. Stop when the response returns fewer than limit records.