Reassign a terminal

post/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
Endpoint destination URL
https://management-test.adyen.com/v3/terminals/{terminalId}/reassign
Click to copy

Path Parameters

terminalIdstringRequired

The unique identifier of the payment terminal.

Request Parameters

companyIdstring

The unique identifier of the company account to which the terminal is reassigned.

inventoryboolean

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.

merchantIdstring

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.

storeIdstring

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.

  • 400 - Bad Request

    A problem reading or understanding the request.

    Show moreShow less
  • 401 - Unauthorized

    Authentication required.

    Show moreShow less
  • 403 - Forbidden

    Insufficient permissions to process the request.

    Show moreShow less
  • 422 - Unprocessable Entity

    A request validation error.

    Show moreShow less
  • 500 - Internal Server Error

    The server could not process the request.

    Show moreShow less