Skip to main content
GET
List transaction validation records

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Query Parameters

limit
string

Max items per page (1-1000, default: 100)

cursor
string

Pagination cursor from previous response

sort_by
string

Field to sort by (created_at, processing_time_ms; default: created_at)

sort_order
string

Sort direction (ASC, DESC; default: DESC)

start_date
string

Filter from this date (RFC3339)

end_date
string

Filter to this date (RFC3339)

decision
string

Filter by decision (ALLOW, DENY, REVIEW)

account_id
string

Filter by account ID (UUID)

matched_rule_id
string

Filter by matched rule ID (UUID)

exceeded_limit_id
string

Filter by exceeded limit ID (UUID)

segment_id
string

Filter by segment ID (UUID)

portfolio_id
string

Filter by portfolio ID (UUID)

transaction_type
string

Filter by transaction type (CARD, WIRE, PIX, CRYPTO)

Response

OK

hasMore
boolean
required
Example:

true

transactionValidations
object[] | null
required
nextCursor
string
Example:

"eyJpZCI6IjAxOTI4In0="