Predict Transaction Risk
Predictive Risk Engine
Predict Transaction Risk
Predicts the risk score for a transaction before executing it. Use this to pre-screen payments and decide whether to proceed, delay, or block.
Recommendation Values
| Value | Meaning |
|---|---|
proceed | Low risk, charge normally |
proceed_with_caution | Moderate risk, monitor closely |
delay | High risk, consider delaying the charge |
block | Very high risk, do not charge |
POST
Predict Transaction Risk
Authorizations
Your Revtain API key (format: rev_xxx). Provided during onboarding.
Body
application/json
Your gateway's payment token. Format varies per gateway — see Supported Gateways for the per-gateway format table covering all 13 supported processors.
Example:
"pm_1234567890"
Amount in cents.
Example:
5000
Example:
"USD"
ISO 8601 date for scheduled transactions. Improves prediction accuracy.
Example:
"2026-04-15T10:00:00.000Z"