
Stripe ListIntents
CertifiedList Stripe PaymentIntents
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.ListIntentsExamples
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
apiKey *Requiredstring
Stripe API Key
Secret key for authenticating with Stripe. Starts with 'sk_' for live/test keys.
customer string
Customer filter
Optional customer ID to filter results
limit integerstring
Maximum PaymentIntents
Optional limit; Stripe defaults apply when unset
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
Outputs
count integer
Default
0Returned count
paymentIntents array
SubTypeobject
PaymentIntents payloads
Each entry is a PaymentIntent converted to a map