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
Autorizaciones
JWT bearer token issued by the identity provider.
Cuerpo
application/json
The body is of type file.
Respuesta
OK
Ejemplo:
"ALLOW"
Ejemplo:
"2021-01-01T00:00:00Z"
Ejemplo:
12.5
Ejemplo:
"Transaction denied by rule 'Block high-value checking transactions'"
Ejemplo:
"00000000-0000-0000-0000-000000000000"
Ejemplo:
42
Ejemplo:
false
Ejemplo:
"00000000-0000-0000-0000-000000000000"

