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

