
Stripe Get
CertifiedFetch Stripe customer by ID
Stripe Get
Certified
Fetch Stripe customer by ID
Retrieves a customer object by ID using the provided secret key and returns the raw Stripe payload.
yaml
type: io.kestra.plugin.stripe.customer.GetExamples
Get a customer by ID
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
apiKey *Requiredstring
Stripe API Key
Secret key for authenticating with Stripe. Starts with 'sk_' for live/test keys.
customerId *Requiredstring
Customer ID to retrieve
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
Outputs
customerData object
Raw customer payload
Stripe customer object converted to a map
customerId string
Retrieved customer ID