Skip to main content
Use stripe.listPaymentIntents to list Stripe PaymentIntents with customer and creation filters.

Example

automations/stripe-list-payment-intents.automation.ts

Inputs

Filter by customer or creation time and use Stripe cursor fields for pagination. Inputs use camel case and accept compatible signals. Automate.ax converts provider fields to Stripe’s wire format. Metadata keys remain unchanged.

Output

Returns a Stripe cursor-paginated list of PaymentIntents. Output fields use camel case.