yaml
type: "io.kestra.plugin.stripe.customer.Update"
yaml
id: update_customer
namespace: company.team

tasks:
  - id: update_customer
    type: io.kestra.plugin.stripe.customer.Update
    apiKey: "{{ secret('STRIPE_API_KEY') }}"
    customerId: "cus_123456789"
    name: "John Updated"
    metadata:
      plan: "enterprise"
      updated_by: "admin"
Properties