Voltar para Stripe
Conectar Knoon AI com Stripe para automatizar fluxos de trabalho de AI.
Search Stripe customers with a query string.
stripeDefaultSearchCustomers
Beta
Interno
Permissões
Não há itens para exibir.
Permissões opcionais
Não há itens para exibir.
Parâmetros
| Nome | Tipo | Descrição | Obrigatório |
|---|---|---|---|
| query | mustache | Search query (e.g. "email:\"buyer@example.com\""). | Sim |
| limit | mustache | Optional max number of customers to return (1-100). Defaults to 10. | Não |
Devoluções
| Nome | Tipo | Descrição |
|---|---|---|
| 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). |