merchant_guid and a merchant_location_guidon any transaction object to access Merchant endpoints for details like the merchant’s name, logo URL, website, street address, and more.
Merchant Fields
| Field | Data Type | Description |
|---|---|---|
created_at | String | The date and time at which the merchant was created. |
guid | String | The unique identifier for the merchant. Defined by MX. |
logo_url | String | The URL for a 100px X 100px logo for the merchant. |
logo_updated_at | String | The date and time the logo associated with this merchant was last updated. |
name | String | A human-readable name for the merchant for display to the end user. |
updated_at | String | The date and time at which the merchant was last updated. |
website_url | String | The URL for the merchant’s website, e.g. https://www.xfinity.com. |
Merchant Locations
| Field | Data Type | Definition |
|---|---|---|
city | String | The city in which the merchant is located. |
country | String | The country in which the merchant is located. |
guid | String | The unique identifier for the merchant location. Defined by MX. |
latitude | Decimal | The 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). |
longitude | Decimal | The 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_guid | String | The unique identifier for the merchant to which this location belongs. Defined by MX. |
phone_number | String | The phone number for the merchant location. |
postal_code | String | The postal code in which the merchant is located. |
state | String | The state in which the merchant is located. |
street_address | String | The street address at which the merchant is located. |
updated_at | String | The date and time the merchant_location was last updated. |

