Create
Create
yaml
type: "io.kestra.plugin.stripe.customer.Create"Examples
yaml
id: create_customer
namespace: company.team
tasks:
- id: create_customer
type: io.kestra.plugin.stripe.customer.Create
apiKey: "{{ secret('STRIPE_API_KEY') }}"
name: "John Doe"
email: "john@example.com"
metadata:
plan: "pro"
signup_source: "landing_page"
Properties
apiKey *Requiredstring
email *Requiredstring
name *Requiredstring
includeFullCustomerData booleanstring
Default
false