Returns a list of Checkout Sessions.
Use a Bearer token to access this API.
A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.
x >= 110
Number of objects to skip before returning results.
0
Filter by time interval in days (e.g., 30 for last 30 days).
0
Filter by payment intent ID.
"obj_01EXAMPLE00000000000000000"
Filter by checkout session status (e.g., open, complete, expired).
open, paid, complete, canceled, expired "open"
Filter by customer ID.
"obj_01EXAMPLE00000000000000000"
Filter results by customer email address.
"john.doe@example.com"
Filter by subscription ID.
"obj_01EXAMPLE00000000000000000"
Filter by the client reference ID you provided when creating the checkout session.
"string"
If true, expands the customer object in the response.
false
If true, expands the payment intent object in the response.
false
Comma-separated list of related objects to expand in the response.
""
Return sessions created after this timestamp (exclusive). ISO 8601 format.
"2024-01-01T00:00:00Z"
Return sessions created at or after this timestamp (inclusive). ISO 8601 format.
"2024-01-01T00:00:00Z"
Return sessions created before this timestamp (exclusive). ISO 8601 format.
"2024-01-01T00:00:00Z"
Return sessions created at or before this timestamp (inclusive). ISO 8601 format.
"2024-01-01T00:00:00Z"
A cursor for use in pagination. starting_after is a checkout session ID that defines your place in the list. For instance, if you make a list request and receive 20 checkout sessions, ending with fcs_xyz, your subsequent call can include starting_after=fcs_xyz to fetch the next page.
"obj_01EXAMPLE00000000000000000"
A cursor for use in pagination. ending_before is a checkout session ID that defines your place in the list. For instance, if you make a list request and receive 20 checkout sessions, starting with fcs_abc, your subsequent call can include ending_before=fcs_abc to fetch the previous page.
"obj_01EXAMPLE00000000000000000"
Return only checkout sessions with any associated dispute
false
Success