Skip to main content
GET
/
merchants
curl "https://production.methodfi.com/merchants?name=Capital One" \
  -H "Method-Version: 2025-07-04" \
  -H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"
{
  "data": [
    {
      "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 a list of Merchants that satisfy the provided filters.

Query Parameters

Returns

Returns a list of Merchants objects.
curl "https://production.methodfi.com/merchants?name=Capital One" \
  -H "Method-Version: 2025-07-04" \
  -H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"
{
  "data": [
    {
      "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": [
        "################"
      ]
    }
  ]
}