Skip to main content
GET
List transaction validation records

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de consulta

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)

Respuesta

OK

hasMore
boolean
requerido
Ejemplo:

true

transactionValidations
object[] | null
requerido
nextCursor
string
Ejemplo:

"eyJpZCI6IjAxOTI4In0="