Query Parameters
Optional filter to retrieve all active/inactive checkout sessions
Optional filter to retrieve all checkout sessions associated to an email
Optional filter to retrieve all checkout sessions associated with an external Stripe customer ID
Optional filter to retrieve all checkout sessions associated with an external Stripe subscription ID
Optional filter to retrieve all checkout sessions associated with an external Stripe invoice ID
Optional filter to retrieve all checkout sessions associated with an external Stripe invoice number
Optional filter to retrieve all checkout sessions that expire before a given date. Date is in epoch seconds
Optional pagination parameter to specify the page number of the results to return. Default is 1 which is the first page.
Optional pagination parameter to specify the number of results per page. Default is 25, maximum is 100.
Optional sorting parameter to specify the field to sort the results by. Default is "dateCreated".
Optional sorting parameter to specify the direction to sort the results by. Valid options are "asc" and "desc". Default is "desc".