Reassign a terminal
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
Path Parameters
The unique identifier of the payment terminal.
Request Parameters
The unique identifier of the company account to which the terminal is reassigned.
Must be specified when reassigning terminals to a merchant account:
-
If set to true, reassigns terminals to the inventory of the merchant account and the terminals cannot process transactions.
-
If set to false, reassigns terminals directly to the merchant account and the terminals can process transactions.
The unique identifier of the merchant account to which the terminal is reassigned. When reassigning terminals to a merchant account, you must specify the inventory
field.
The unique identifier of the store to which the terminal is reassigned.
Response parameters
After submitting a call, you receive a response message to inform you that your request was received and processed.
Depending on the HTTP status code of the response message, it is helpful to build some logic to handle any errors that a request or the system may return.
HTTP Responses
200 - No Content
Look at the actual response code for the status of the request.