Use this endpoint to retrieve a transaction validation record by its unique identifier. Useful for auditing and debugging validation decisions.
The type of media of the resource. Must be application/json.
The API Key for authentication. This header is required for all endpoints except health checks.
A unique identifier used to trace and track each request.
The unique identifier of the transaction validation that you want to retrieve.
Indicates that the request was successful and the response contains the expected data.
Full transaction validation record.
Server-generated unique identifier for this validation record.
Client-provided request identifier for correlation.
Type of transaction (payment method).
CARD, WIRE, PIX, CRYPTO Transaction subtype for additional context.
Transaction amount in cents (smallest currency unit).
ISO 4217 currency code.
When the transaction occurred.
Validation decision.
ALLOW, DENY, REVIEW Human-readable reason for the decision.
Account context for validation.
Segment context (optional). If provided, segmentId is required.
Portfolio context (optional). If provided, portfolioId is required.
Merchant context (optional, recommended for card transactions). If provided, merchantId is required.
Custom key-value pairs provided in the request.
IDs of rules that matched and triggered the decision.
IDs of all rules that were evaluated.
Details about each limit checked during validation.
Processing time in milliseconds.
Total number of rules loaded for evaluation.
Whether the response was truncated due to size limits.
When the validation record was created.