
Stripe List
CertifiedList Stripe customers
Stripe List
Certified
List Stripe customers
Lists customers with optional email filter and limit. Uses the provided secret key; outputs raw customer maps for further filtering.
yaml
type: io.kestra.plugin.stripe.customer.ListExamples
List the first 10 customers
yaml
id: list_customers
namespace: company.team
tasks:
- id: list_customers
type: io.kestra.plugin.stripe.customer.List
apiKey: "{{ secret('STRIPE_API_KEY') }}"
limit: 10
Properties
apiKey *Requiredstring
Stripe API Key
Secret key for authenticating with Stripe. Starts with 'sk_' for live/test keys.
email string
Email filter
If set, returns customers whose email matches the value
limit integerstring
Default
10Maximum customers to return
Defaults to 10; Stripe caps apply
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
Outputs
customers array
SubTypeobject
Customer objects
Each entry is the raw Stripe customer converted to a map
totalCount integer
Returned count