v3

latestOpenAPI 3.0.3Apache 2.02026-07-312637031.3 MB
Merchants

Get merchant from MX

Returns information about a particular merchant from MX, such as a logo, name, and website.

get/mx/merchants/{merchant_guid}

Path parameters

merchant_guidstring required

The unique id for a merchant.

Response

Pending Transaction

created_atstring nullable
guidstring nullable
logo_urlstring nullable
namestring nullable
updated_atstring nullable
website_urlstring nullable

Example response

{
  "created_at": "2017-04-20T19:30:12.000Z",
  "guid": "MCH-7ed79542-884d-2b1b-dd74-501c5cc9d25b",
  "logo_url": "https://s3.amazonaws.com/MD_Assets/merchant_logos/comcast.png",
  "name": "Comcast",
  "updated_at": "2018-09-28T21:13:53.000Z",
  "website_url": "https://www.xfinity.com"
}