Get
Fetch Stripe customer by ID
Get
Fetch Stripe customer by ID
yaml
type: io.kestra.plugin.stripe.customer.GetExamples
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"