Validate a transaction
Use this endpoint to validate a transaction against configured rules and limits in real-time. Returns a decision (ALLOW, DENY, or REVIEW) along with details about which rules matched and limit usage.
POST
Validate a transaction
Authorizations
JWT bearer token issued by the identity provider.
Body
application/json
The body is of type file.
Response
OK
Example:
"ALLOW"
Example:
"2021-01-01T00:00:00Z"
Example:
12.5
Example:
"Transaction denied by rule 'Block high-value checking transactions'"
Example:
"00000000-0000-0000-0000-000000000000"
Example:
42
Example:
false
Example:
"00000000-0000-0000-0000-000000000000"

