CreateIntent
Create a Stripe PaymentIntent
CreateIntent
Create a Stripe PaymentIntent
yaml
type: io.kestra.plugin.stripe.payment.CreateIntentExamples
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 }}"