Logo
Adyen APIs API Documentation

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" }



Curl
curl -X POST 'https://postfmapi-test.adyen.com/postfmapi/terminal/v1/findTerminal' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"terminal":"M400-401972715"}'

ENDPOINTS