List Merchants
Merchant management
List Merchants
Get a list of all merchants and their fields
GET
List Merchants
Authorizations
You can retrieve your token by visiting your dashboard and clicking Generate API token under your profile in top right.
Body
application/json
Example:
[]Response
Example:
[
{
"name": "Dime Payments",
"dba": "",
"notes": "",
"sid": "00001",
"ein": "",
"mcc": "8999",
"slug": "pay",
"pub_api_key": "pkapi_prod_B5n2hQhy6uAp1rLjqs",
"processor_mid": "650000012366624",
"active": true,
"active_at": null,
"pending_cancellation": null,
"approved_cancellation": null,
"approved_cancellation_by": null,
"g_pay": false,
"a_pay": false,
"pci_compliance": true,
"api_access": "2025-05-20T12:43:00.000000Z",
"api_enabled_by_id": 1,
"website": "https://dimepayments.com",
"addr1": "53 S. Main St",
"addr2": "",
"addr3": "",
"city": "Alpharetta",
"state": "GA",
"zip": "30009",
"phone": "4049064975",
"primary_phone": "4049064975",
"primary_email": "ben@dimepayments.com",
"primary_name": "Ben Habeck"
},
{
"name": "Dime Payments",
"dba": "",
"notes": "",
"sid": "00001",
"ein": "",
"mcc": "8999",
"slug": "pay",
"pub_api_key": "pkapi_prod_B5n2hQhy6uAp1rLjqs",
"processor_mid": "650000012366624",
"active": true,
"active_at": null,
"pending_cancellation": null,
"approved_cancellation": null,
"approved_cancellation_by": null,
"g_pay": false,
"a_pay": false,
"pci_compliance": true,
"api_access": "2025-05-20T12:43:00.000000Z",
"api_enabled_by_id": 1,
"website": "https://dimepayments.com",
"addr1": "53 S. Main St",
"addr2": "",
"addr3": "",
"city": "Alpharetta",
"state": "GA",
"zip": "30009",
"phone": "4049064975",
"primary_phone": "4049064975",
"primary_email": "ben@dimepayments.com",
"primary_name": "Ben Habeck"
}
]
