GET
/
merchants
/
:mch_id
curl https://production.methodfi.com/merchants/mch_301761 \
  -H "Method-Version: 2024-04-04" \
  -H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"
{
  "id": "mch_301761",
  "parent_name": "Capital One",
  "name": "Capital One Credit Card",
  "logo": "https://static.methodfi.com/mch_logos/mch_301761.png",
  "type": "credit_card",
  "provider_ids": {
    "plaid": [
      "ins_9",
      "ins_128026"
    ],
    "mx": [
      "capital_one"
    ],
    "finicity": [],
    "dpp": [
      "9366979",
      "18372457",
      "18431971",
      "18373255",
      "14444930"
    ]
  },
  "is_temp": false,
  "account_number_formats": [
    "################"
  ]
}

Returns the Merchant object associated with the ID.

Path Parameters

mch_id
string
required

ID of the Merchant

Returns

Returns the Merchant object associated with the ID.

curl https://production.methodfi.com/merchants/mch_301761 \
  -H "Method-Version: 2024-04-04" \
  -H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"
{
  "id": "mch_301761",
  "parent_name": "Capital One",
  "name": "Capital One Credit Card",
  "logo": "https://static.methodfi.com/mch_logos/mch_301761.png",
  "type": "credit_card",
  "provider_ids": {
    "plaid": [
      "ins_9",
      "ins_128026"
    ],
    "mx": [
      "capital_one"
    ],
    "finicity": [],
    "dpp": [
      "9366979",
      "18372457",
      "18431971",
      "18373255",
      "14444930"
    ]
  },
  "is_temp": false,
  "account_number_formats": [
    "################"
  ]
}