Logo
Adyen APIs API Documentation

Assign a terminal to a store

POST {{baseUrl}}/assignTerminals

Assigns one or more payment terminals to a merchant account or a store. You can also use this endpoint to reassign terminals between merchant accounts or stores, and to unassign a terminal and return it to company inventory.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status OK

{ "results" : { "P400Plus-275479597" : "RemoveConfigScheduled" } }



Curl
curl -X POST 'https://postfmapi-test.adyen.com/postfmapi/terminal/v1/assignTerminals' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"companyAccount":"","merchantAccount":"","store":"YOUR_STORE","terminals":["P400Plus-275479597"]}'

ENDPOINTS