返回 Stripe
将 Knoon AI 与 Stripe 连接以自动化 AI 工作流。
List Stripe Radar reviews.
stripeDefaultListRadarReviews
测试版
内部
权限
没有可显示的项目。
可选权限
没有可显示的项目。
参数
| 名称 | 类型 | 描述 | 必填 |
|---|---|---|---|
| chargeId | mustache | Optional Stripe charge ID to filter by. | 没有 |
| paymentIntentId | mustache | Optional Stripe payment intent ID to filter by. | 没有 |
| open | mustache | Optional open filter ("true" or "false"). | 没有 |
| limit | mustache | Optional max number of reviews to return (1-100). Defaults to 10. | 没有 |
回报
| 名称 | 类型 | 描述 |
|---|---|---|
| id | string | Review ID. |
| open | boolean | Whether the review is open. |
| reason | string | Review reason when available. |
| chargeId | string | Charge ID when available. |
| paymentIntentId | string | Payment intent ID when available. |
| openedAt | string | Review opened time (ISO). |
| closedAt | string | Review closed time (ISO) when available. |