stripe_list_customers
List Stripe customers using optional filters like email or pagination cursor. Returns customer ID, name, email, and metadata.
Instructions
List Stripe customers with optional filters. Returns customer ID, name, email, and metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | Filter customers by exact email address | ||
| limit | No | Number of customers to return (1-100). Default: 10 | |
| starting_after | No | Cursor for pagination — pass the last customer ID from the previous page |