Merchants
Retrieve a Merchant
API Reference
Entities
- The entity endpoint
- POSTCreate an Individual
- POSTCreate a Corporation
- PUTUpdate an Entity
- GETRetrieve an Entity
- GETList all Entities
- Connect
- Verification Sessions
- Credit Scores
- Attributes
- Vehicles
- Identities
- Products
- Subscriptions
- Consent
Accounts
- The account endpoint
- POSTCreate an Account
- GETRetrieve an Account
- GETList all Accounts
- Updates
- Transactions
- Card Brand
- Attributes
- Payoffs
- Balances
- Sensitive
- Products
- Subscriptions
- Verification Sessions
- Consent
Payments
Supporting Endpoints
- Merchants
- Webhooks
- Reports
- Simulations (Dev)
- Health Check
Merchants
Retrieve a Merchant
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
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": [
"################"
]
}
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": [
"################"
]
}