Category: TRANSACTION DETAILS
Enrichment is a product that enables enriching merchant details beyond information that is provided by banks in transaction details. Product output includes clean merchant name and merchant related information such as description, contact details and website / logo links.
Response example
{
"enrichment": {
"contacts": {
"addressUnstructured": "Ģertrūdes iela 44a, Centra rajons, Rīga, LV-1050, Latvia",
"phone": null,
"title": null
},
"description": {
"subtitle": "Internet service provider in Riga, Latvia",
"summary": "Nordigen is a freemium open banking data platform."
},
"logo": "https://nordigen.com/favicon.ico",
"name": "Nordigen",
"website": "https://nordigen.com/"
}
}
Key Descriptions
KEY | TYPE | DESCRIPTION |
---|---|---|
addressUnstructured | String | Address associated with the merchant. |
logo | String | URL of the merchant's logo. |
name | String | Name of the merchant. |
phone | String | Phone number associated with the merchant. |
subtitle | String | One-line descriptive summary of merchant. |
summary | String | Longer description of merchant. |
title | String | Another title for the merchant if associated with specific address or phone number. |
website | String | URL of the merchant's website. Can be null . logo - string - URL of the merchant's logo. |