yaml
type: "io.kestra.plugin.stripe.customer.Create"
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
Defaultfalse