Enrich multiple transactions - POST

Find merchants based on raw transaction data

post
/api/v3/merchant/list

Searches for an array of merchants. This endpoint is typically used for transaction list views. You send in multiple transactions at once in a single request.

Authorizations
X-Api-KeystringRequired
Body
typestring · enumRequiredPossible values:
logo_sizestring · enumOptionalDefault: 2xPossible values:
defaultLogobooleanOptionalDefault: true
languagestringOptional
additionalInfobooleanOptionalDefault: false
clearResponsebooleanOptionalDefault: true
forceCacheableFieldsstring[]Optional

An optional array of response fields that will be force returned from our internal sources. This is useful if you want to cache fields such as the name or website during an extended call. Allowed values are: name, website, img, category, categories

Example: ["name","website"]
Responses
post
/api/v3/merchant/list

Last updated

Was this helpful?