CreateIntentCreateIntent
CreateIntentCertified

yaml
type: "io.kestra.plugin.stripe.payment.CreateIntent"
yaml
id: create_payment_intent
namespace: company.team

tasks:
  - id: create_payment_intent
    type: io.kestra.plugin.stripe.payment.CreateIntent
    apiKey: "{{ secret('STRIPE_API_KEY') }}"
    amount: 1000
    currency: "usd"
    customer: "{{ outputs.create_customer.customerId }}"
Properties