ListIntents
ListIntents
yaml
type: "io.kestra.plugin.stripe.payment.ListIntents"Examples
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
customer string
limit integerstring
Outputs
count integer
Default
0paymentIntents array
SubTypeobject