List Checkout Sessions
Retrieve a list of checkout sessions with optional filters
GET
This endpoint returns a paginated list of checkout sessions. You can filter by status, buyer email, or date range.
Authentication
This endpoint requires a valid API key withcheckouts:read permissions.
Query Parameters
Filter by checkout status:
not_ready_for_payment, ready_for_payment, completed, canceled, in_progressFilter by buyer’s email address
Filter checkouts created after this ISO 8601 timestamp
Filter checkouts created before this ISO 8601 timestamp
Number of results per page (default: 20, max: 100)
Cursor for pagination - ID of the last item from the previous page
Response
Array of checkout session objects
Whether there are more results available
Total number of checkouts matching the filters