Create a terminal theme
Creates a terminal theme for the company specified in the path, to customize screens shown on Android payment terminals. This request only creates a basic theme with a name and a dark or light mode. We refer to this as the metadata of the theme.
Next steps are to add terminal model-specific assets (images or videos) to the theme, and to apply (activate) the theme.
The theme name must be unique for the company account; other accounts can have a theme with the same name.
To make this request, your API credential must have the following role:
- Management API - Terminal themes read and write
The unique identifier of the company account.
The terminal display mode. Possible values: dark, light.
The name of the theme. Must be unique within the account specified in the path. Maximum 255 characters.
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
201
Created
400
Bad Request
401
Unauthorized
403
Forbidden
404
Not Found
422
Unprocessable Entity
500
Internal Server Error