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.

Request Body

{"companyAccount"=>"{{YOUR_COMPANY_ACCOUNT}}", "merchantAccount"=>"{{YOUR_MERCHANT_ACCOUNT}}", "store"=>"YOUR_STORE", "terminals"=>["P400Plus-275479597"]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

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