stripe_customers
List or create Stripe customers with your secret key. Filter by email, name, or phone, and paginate results.
Instructions
List or create Stripe customers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| No | |||
| limit | No | ||
| phone | No | ||
| action | No | list or create (default: list) | |
| secret_key | Yes | Stripe secret key (sk_live_* or sk_test_*) | |
| description | No | ||
| starting_after | No | Pagination cursor (customer ID) |