Back to Stripe
Connect Knoon AI with Stripe to automate AI workflows.
List Stripe Radar reviews.
stripeDefaultListRadarReviews
BETA
Internal
Permissions
There are no items to display.
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| chargeId | mustache | Optional Stripe charge ID to filter by. | No |
| paymentIntentId | mustache | Optional Stripe payment intent ID to filter by. | No |
| open | mustache | Optional open filter ("true" or "false"). | No |
| limit | mustache | Optional max number of reviews to return (1-100). Defaults to 10. | No |
Returns
| Name | Type | Description |
|---|---|---|
| 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. |