CreateMethod
Create a Stripe PaymentMethod
CreateMethod
Create a Stripe PaymentMethod
yaml
type: io.kestra.plugin.stripe.payment.CreateMethodExamples
yaml
id: create_payment_method
namespace: company.team
tasks:
- id: create_payment_method
type: io.kestra.plugin.stripe.payment.CreateMethod
apiKey: "{{ secret('STRIPE_API_KEY') }}"
type: "card"
cardNumber: "{{ secret('CREDIT_CARD_NUMBER') }}"
expMonth: 12
expYear: 2030
cvc: "123"