Skip to main content
POST
Validate a transaction

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Body

application/json

The body is of type file.

Response

OK

decision
string
required
Example:

"ALLOW"

evaluatedAt
string<date-time>
required
Example:

"2021-01-01T00:00:00Z"

evaluatedRuleIds
string<uuid>[] | null
required
limitUsageDetails
object[] | null
required
matchedRuleIds
string<uuid>[] | null
required
processingTimeMs
number<double>
required
Example:

12.5

reason
string
required
Example:

"Transaction denied by rule 'Block high-value checking transactions'"

requestId
string<uuid>
required
Example:

"00000000-0000-0000-0000-000000000000"

totalRulesLoaded
integer<int64>
required
Example:

42

truncated
boolean
required
Example:

false

validationId
string<uuid>
required
Example:

"00000000-0000-0000-0000-000000000000"