Skip to main content
Use the Validations page in the Tracer module to view the history of all transaction validation decisions. Each validation record represents the result of evaluating a transaction against your fraud detection rules and limits.
The Validations page is read-only. You cannot create, edit, or delete validation records. They are generated automatically when transactions are evaluated by the Tracer engine.

Accessing the Validations page


Select Validations in the left sidebar to open the Transaction Validations page. Expand the What is a Validation? panel at the top for a quick refresher on what validation records contain and how they are generated.

Filtering validations


Use the filter bar at the top of the page to narrow results:
FilterOptions
SearchSearch by ID, reason or rule
Start dateDate picker for the start of the range
End dateDate picker for the end of the range
DecisionAll, Approved (Allow), Blocked (Deny), Review
TypeAll Types, Card, PIX, Wire, Crypto, ACH, Internal
A page-size selector alongside the filters controls how many items are loaded per page. Click the Refresh button to reload the validation data.

Validation table


The table displays all validation records with the following columns:
ColumnDescription
IDThe unique validation identifier
DecisionThe validation outcome: Approved, Blocked, or Review
TypeThe transaction type (Card, PIX, Wire, Crypto, ACH, or Internal)
AmountThe transaction amount with currency
ReasonA summary of why the decision was made
DateWhen the validation occurred
ActionsView the full validation detail

Decision labels

Internal valueDisplay labelDescription
ALLOWApprovedThe transaction passed all rules and limits
DENYBlockedThe transaction was rejected by a rule or limit
REVIEWReviewThe transaction was flagged for manual review

Viewing validation details


Click any validation row or select the view action to open the Transaction Details sheet. The sheet displays:
  • Decision banner — A colored banner at the top showing the transaction amount on the left and the decision (Approved, Blocked, or Review) on the right. Green for Approved, red for Blocked, amber for Review.
  • ID — The validation’s unique identifier (copyable).
  • Date — The timestamp of the validation.
  • Type — The transaction type (Card, PIX, Wire, Crypto, ACH, or Internal).
  • Reason — A summary of why the decision was made.
  • Account — The account that originated the transaction (copyable). Shown only when present in the validation payload.

Evaluated rules

A list of every rule that ran against this transaction. Each row shows:
  • The rule name and ID (copyable).
  • A badge showing whether the rule Matched (applied to this transaction) or Passed (evaluated but did not apply).
  • An action icon indicating the rule’s configured action (Allow, Deny, or Review).

Processing time

A footer row showing how long the engine took to evaluate the transaction, displayed in milliseconds (e.g., 42ms).