Skip to main content
Use stripe.listCustomers to list Stripe customers with cursor pagination and filters.

Example

automations/stripe-list-customers.automation.ts

Inputs

Filter by creation time, email, or test clock. Use startingAfter or endingBefore for cursor pagination. Inputs use camel case and accept compatible signals. Automate.ax converts provider fields to Stripe’s wire format. Metadata keys remain unchanged.

Output

Returns a Stripe cursor-paginated list of customers. Output fields use camel case. Nested Stripe decimal fields such as unitAmountDecimal are lossless strings.