Skip to main content

Nexus API

Merchants Overview

Merchants represent businesses or entities where transactions occur, providing enhanced transaction details beyond the raw description.

Merchants will have the same guid on the MX integration and production environments.

The logo_url follows a pattern. It has a base URL and the filename will be the merchant_guid with a .png extension. The logo returned will be a 100 pixel by 100 pixel png file.

The current merchant logo base URL is: https://content.mx.com/logos/merchants/. MX may need to change this base URL from time to time, but in such cases partners will be notified and a redirect will be set up for the previous base URL.

Merchant Fields

Field nameData typeDescription
created_atstringDate and time the merchant record was created, represented in ISO 8601 format with timestamp (e.g., 2015-04-13T12:01:23-00:00).
guidstringUnique identifier for the merchant. Defined by MX.
logo_urlstringA URL which will return the merchant's logo.
logo_updated_atstringThe date and time the logo associated with this merchant was last updated, represented in ISO 8601 format with timestamp (e.g., 2015-04-13T12:01:23-00:00).
namestringThe name of the merchant.
updated_atstringDate and time the merchant record was updated, represented in ISO 8601 format with timestamp (e.g., 2015-04-13T12:01:23-00:00).
website_urlstringThe URL of the merchant's website.

Merchant Locations

FieldData TypeDefinition
cityStringThe city in which the merchant is located.
countryStringThe country in which the merchant is located.
guidStringThe unique identifier for the merchant location. Defined by MX.
latitudeDecimalThe latitude of the merchant location. This number is a signed decimal (e.g., Rio de Janeiro’s latitude is -22.9027800 and Tokyo’s latitude is 35.689488).
longitudeDecimalThe longitude of the merchant location. This number is a signed decimal (e.g., Rio de Janeiro's longitude is -43.2075000 and Tokyo's longitude is 139.691706).
merchant_guidStringThe unique identifier for the merchant to which this location belongs. Defined by MX.
phone_numberStringThe phone number for the merchant location.
postal_codeStringThe postal code in which the merchant is located.
region_codeStringThe region in which the merchant is located; e.g., a U.S. state code such as UT.
street_addressStringThe street address at which the merchant is located.
updated_atStringDate and time the merchant record was updated, represented in ISO 8601 format with timestamp (e.g., 2015-04-13T12:01:23-00:00).