Back to Stripe
Connect Knoon AI with Stripe to automate AI workflows.
List Stripe early fraud warnings.
stripeDefaultListEarlyFraudWarnings
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 |
| limit | mustache | Optional max number of warnings to return (1-100). Defaults to 10. | No |
Returns
| Name | Type | Description |
|---|---|---|
| id | string | Early fraud warning ID. |
| actionable | boolean | Whether the warning is actionable. |
| fraudType | string | Fraud type when available. |
| chargeId | string | Charge ID when available. |
| createdAt | string | Warning creation time (ISO). |