Tilbage til Stripe
Forbind Knoon AI med Stripe for at automatisere AI-arbejdsgange.
Search Stripe customers with a query string.
stripeDefaultSearchCustomers
BETA
Internt
Tilladelser
Der er ingen elementer at vise.
Valgfrie tilladelser
Der er ingen elementer at vise.
Parametre
| Navn | Type | Beskrivelse | Obligatorisk |
|---|---|---|---|
| query | mustache | Search query (e.g. "email:\"buyer@example.com\""). | Ja |
| limit | mustache | Optional max number of customers to return (1-100). Defaults to 10. | Nej |
Retur
| Navn | Type | Beskrivelse |
|---|---|---|
| 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). |