Find where a terminal is assigned to
POST {{baseUrl}}/findTerminal
Returns the company account, merchant account, or store that a payment terminal is assigned to.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status OK
{
"companyAccount" : "YOUR_COMPANY_ACCOUNT",
"merchantAccount" : "YOUR_MERCHANT_ACCOUNT",
"merchantInventory" : false,
"store" : "YOUR_STORE",
"terminal" : "M400-401972715"
} |
ENDPOINTS