Back to Stripe
Connect Knoon AI with Stripe to automate AI workflows.
Search Stripe customers with a query string.
stripeDefaultSearchCustomers
BETA
Internal
Permissions
There are no items to display.
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| query | mustache | Search query (e.g. "email:\"buyer@example.com\""). | Yes |
| limit | mustache | Optional max number of customers to return (1-100). Defaults to 10. | No |
Returns
| Name | Type | Description |
|---|---|---|
| id | string | Customer ID. |
| string | Customer email when available. | |
| name | string | Customer name when available. |
| phone | string | Customer phone when available. |
| currency | string | Default currency when available. |
| balance | number | Customer balance. |
| delinquent | boolean | Whether the customer is delinquent. |
| createdAt | string | Customer creation time (ISO). |