Get
Get Certified

Fetch Stripe customer by ID

yaml
type: io.kestra.plugin.stripe.customer.Get
yaml
id: get_customer
namespace: company.team

tasks:
  - id: get_customer
    type: io.kestra.plugin.stripe.customer.Get
    apiKey: "{{ secret('STRIPE_API_KEY') }}"
    customerId: "cus_123456789"
Properties