Transaction Lookup History

Get merchant lookup history

post

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
merchantIdstringRequired

Merchant ID to query lookup history for

Example: merchant123
Body
sortFieldstringOptionalExample: lookupDate
orderstring · enumOptionalExample: DESCPossible values:
valuestring[]Optional

Values to compare against each field, matched by index. For example, value[0] applies to field[0] using operator[0].

Example: ["123456","verifi"]
operatorstring[]Optional

Operators used for each filter condition. Must match the field and value array indexes.

Example: ["like","="]
dateFromstring · date-timeOptionalExample: 2024-01-01T00:00:00.000Z
dateTostring · date-timeOptionalExample: 2024-12-31T23:59:59.999Z
Responses
200

Successful response with list of lookups

application/json
post
/merchant/{merchantId}/lookupHistory

Last updated