Skip to main content

Read Merchant

This endpoint returns the attributes of a given merchant on the MX platform.

GET
/{client_id}/merchants/{merchant_guid}

Request sample


_10
curl -i -X GET https://int-deduction.moneydesktop.com/:client_id/merchants/MCH-dfef19bb-1af4-bbaa-db41-434b4b1c8f04 \
_10
-H "Accept: application/vnd.mx.deduction.v1+json" \
_10
-H "MD-API-KEY: api_key"

Response sample


_10
{
_10
"merchant": {
_10
"name": "1-800 Flowers",
_10
"guid": "MCH-dfef19bb-1af4-bbaa-db41-434b4b1c8f04",
_10
"website_url": "https://www.1800flowers.com",
_10
"logo_url": "https://content.mx.com/logos/merchants/MCH-ad6d3405-ec03-721d-b0ca-eeceeebcb8b5.png"
_10
}
_10
}