返回 Stripe
将 Knoon AI 与 Stripe 连接以自动化 AI 工作流。
Search Stripe customers with a query string.
stripeDefaultSearchCustomers
测试版
内部
权限
没有可显示的项目。
可选权限
没有可显示的项目。
参数
| 名称 | 类型 | 描述 | 必填 |
|---|---|---|---|
| query | mustache | Search query (e.g. "email:\"buyer@example.com\""). | 是的 |
| limit | mustache | Optional max number of customers to return (1-100). Defaults to 10. | 没有 |
回报
| 名称 | 类型 | 描述 |
|---|---|---|
| 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). |