Get all the terminals assigned to a store

POST {{baseUrl}}/getTerminalsUnderAccount

Returns a list of payment terminals associated with a company account, merchant account, or store. The response shows whether the terminals are in the inventory, or in-store (ready for boarding or already boarded).

Request Body

{"companyAccount"=>"{{YOUR_COMPANY_ACCOUNT}}", "merchantAccount"=>"{{YOUR_MERCHANT_ACCOUNT}}", "store"=>"YOUR_STORE"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"companyAccount":"YOUR_COMPANY_ACCOUNT","merchantAccounts":[{"merchantAccount":"YOUR_MERCHANT_ACCOUNT","stores":[{"store":"YOUR_STORE","inStoreTerminals":["M400-401972715"]}]}]}