Back to Stripe
Connect Knoon AI with Stripe to automate AI workflows.
Fetch a Stripe early fraud warning by ID.
stripeDefaultRetrieveEarlyFraudWarning
BETA
Internal
Permissions
There are no items to display.
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| earlyFraudWarningId | mustache | Stripe early fraud warning ID (e.g. "issfr_12345"). | Yes |
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). |