List Payment Intents
list_payment_intentsRetrieve a list of Stripe PaymentIntents with optional filters by customer, creation date range, and pagination.
Instructions
List PaymentIntents with optional filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer | No | Filter by customer ID | |
| limit | No | Results per page (1-100) | |
| starting_after | No | Pagination cursor | |
| created_gte | No | Created at or after (Unix timestamp) | |
| created_lte | No | Created at or before (Unix timestamp) |