Merchants
Index
Get a list of all your merchants.
GET
/merchants
Example Response
{
"data": {
"id": 1,
"name": "Stanton-Koss",
"notes": null,
"primaryEmail": "larue02@example.com",
"billingCycle": "monthly",
"perItemAdjustment": 0,
"notificationSettings": [],
"hasDefaultPaymentMethod": false,
"photoUrl": "https:\/\/www.gravatar.com\/avatar\/535fd4167ef08cf2e374c49e3db455f2.jpg?s=200&d=mm",
"stripeCustomerId": "cus_L2D4CJqNHhSbjh",
"enabled": true,
"isOrdersEnabled": false,
"pmLastFour": null,
"billingAddress": null,
"billingAddressLine2": null,
"billingCity": null,
"billingState": null,
"billingZip": null
}
}