ListIntents ListIntents
ListIntents Certified

yaml
type: "io.kestra.plugin.stripe.payment.ListIntents"
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
Default0
SubTypeobject