Stripe ListIntents

Stripe ListIntents

Certified

List Stripe PaymentIntents

Lists PaymentIntents with optional limit and customer filter using the secret key context. Returns raw intent payloads for further processing.

yaml
type: io.kestra.plugin.stripe.payment.ListIntents

List the 5 most recent Payment Intents for a customer

yaml
id: list_payment_intents
namespace: company.team

tasks:
  - id: list_payment_intents
    type: io.kestra.plugin.stripe.payment.ListIntents
    apiKey: "{{ secret('STRIPE_API_KEY') }}"
    limit: 5
    customer: cus_123
Properties

Stripe API Key

Secret key for authenticating with Stripe. Starts with 'sk_' for live/test keys.

Customer filter

Optional customer ID to filter results

Maximum PaymentIntents

Optional limit; Stripe defaults apply when unset

Reference (ref) of the pluginDefaults to apply to this task.

Default0

Returned count

SubTypeobject

PaymentIntents payloads

Each entry is a PaymentIntent converted to a map