返回 Stripe
将 Knoon AI 与 Stripe 连接以自动化 AI 工作流。
Search Stripe subscriptions with a query string.
stripeDefaultSearchSubscriptions
测试版
内部
权限
没有可显示的项目。
可选权限
没有可显示的项目。
参数
| 名称 | 类型 | 描述 | 必填 |
|---|---|---|---|
| query | mustache | Search query (e.g. "status:\"active\" AND metadata[\"plan\"]:\"gold\""). | 是的 |
| limit | mustache | Optional max number of subscriptions to return (1-100). Defaults to 10. | 没有 |
回报
| 名称 | 类型 | 描述 |
|---|---|---|
| id | string | Subscription ID. |
| status | string | Subscription status. |
| currentPeriodEnd | string | Current period end time (ISO). |
| cancelAtPeriodEnd | boolean | Whether the subscription is set to cancel at period end. |