Logo
Adyen APIs API Documentation

Reassign a terminal

POST {{baseUrl}}/terminals/:terminalId/reassign

Reassigns a payment terminal to a company account, merchant account, merchant account inventory, or a store. To make this request, your API credential must have the following role: * Management API—Assign Terminal

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status





Curl
curl -X POST 'https://management-test.adyen.com/v3/terminals/:terminalId/reassign' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"companyId":"\u003cstring\u003e","inventory":"\u003cstring\u003e","merchantId":"\u003cstring\u003e","storeId":"\u003cstring\u003e"}'

ENDPOINTS