Skip to main content

Apply a terminal theme

post/companies/{companyId}/terminalThemes/{id}/apply

Applies the terminal theme specified by its ID to all Android terminals under this company, unless a different theme is applied at a lower level (merchant account, store, or individual terminal).

To make this request, your API credential must have the following role:

  • Management API - Terminal themes read and write
Endpoint destination URL
https://management-test.adyen.com/v3/companies/{companyId}/terminalThemes/{id}/apply
Click to copy
idstringRequired

The unique identifier of the terminal theme.

companyIdstringRequired

The unique identifier of the company account.

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

    OK

  • 401

    Unauthorized

  • 403

    Forbidden

  • 404

    Not Found

  • 500

    Internal Server Error