Transaction Lookup History
Returns filtered lookup records for a given merchant. Requires a valid JWT token. The merchantId in the path must match one of the associated merchants from the token.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
merchantIdstringRequiredExample:
Merchant ID to query lookup history for
merchant123Body
sortFieldstringOptionalExample:
lookupDateorderstring · enumOptionalExample:
DESCPossible values: valuestring[]OptionalExample:
Values to compare against each field, matched by index.
For example, value[0] applies to field[0] using operator[0].
["123456","verifi"]operatorstring[]OptionalExample:
Operators used for each filter condition. Must match the field and value array indexes.
["like","="]dateFromstring · date-timeOptionalExample:
2024-01-01T00:00:00.000ZdateTostring · date-timeOptionalExample:
2024-12-31T23:59:59.999ZResponses
200
Successful response with list of lookups
application/json
400
Bad Request - Missing merchantId or invalid format
application/json
403
Forbidden - Token not authorized for this merchant
application/json
500
Internal Server Error
application/json
post
/merchant/{merchantId}/lookupHistoryLast updated

