List Checkout Sessions
list_checkout_sessionsRetrieve a list of Stripe Checkout sessions with filters by customer, payment intent, subscription, or status to manage payment flows.
Instructions
List Checkout sessions with optional filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer | No | Filter by customer ID | |
| payment_intent | No | Filter by PaymentIntent ID | |
| subscription | No | Filter by Subscription ID | |
| status | No | Filter by session status | |
| limit | No | Results per page | |
| starting_after | No | Pagination cursor |