Retrieve the installation settings
Returns settings and configuration for the installation linked to the terminal (payment methods, UI options, etc.), after verifying the bound device.
The terminal must be connected via connect-device and must have an installation
configured on the merchant terminal record.
merchant_id
string
Required. The merchant ID this terminal belongs to.
terminal_id
string
Required. Terminal ID (trm_…).
device_id
string
Required. Device UUID bound to this terminal (same as connect-device).
| Attribute | Description |
|---|---|
installation_idstring
|
The ID of the installation. |
namestring
|
The name of the installation. |
platformstring
|
The platform type of the installation (e.g., |
identifierstring
|
The unique identifier for the installation on the platform. |
payment_methodsarray
|
List of payment methods supported by this installation. |
email_capturestring
|
Email capture configuration for this installation. 'disabled' means no email collection, 'optional' means email is collected if provided by customer, 'required' means email is mandatory for all customers. |
mobile_capturestring
|
Mobile phone capture configuration for this installation. 'disabled' means no mobile number collection, 'optional' means mobile number is collected if provided by customer, 'required' means mobile number is mandatory for all customers. |
merchant_namestring
|
The name of the merchant that owns this installation. |
primary_colorstring
|
Primary color used for buttons and main elements (hex format). |
secondary_colorstring
|
Secondary color used for backgrounds and accents (hex format). |
sidebar_colorstring
|
Background color for the sidebar (hex format). |
sidebar_background_typestring
|
The type of sidebar background to use (color or image). |
tile_sidebar_imageboolean
|
Whether to tile the sidebar image to fill the entire sidebar area. |
hide_logoboolean
|
Whether to hide the logo completely from the payment interface. |
heading_font_familystring
|
Font family for headings. |
heading_font_variantstring
|
Font weight variant for headings. |
body_font_familystring
|
Font family for body text. |
body_font_variantstring
|
Font weight variant for body text. |
use_iso_codeboolean
|
Whether to use ISO currency codes instead of currency symbols. |
hide_non_significant_zerosboolean
|
Whether to hide decimal places when they are zero. |
show_amount_in_buttonboolean
|
Whether to display the payment amount in the button text. |
symbol_placementstring
|
Where to place the currency symbol relative to the amount. |
default_button_textstring
|
Default text displayed on payment buttons. |
button_shapestring
|
Border radius style for buttons. |
light_logo_urlstring
|
URL for the light logo (for light backgrounds). |
dark_logo_urlstring
|
URL for the dark logo (for dark backgrounds). |
sidebar_image_urlstring
|
URL for the sidebar background image. |
terminal_namestring
|
Display name of the terminal that requested these settings. |
terminal_branch_namestring
|
Branch name configured on the terminal, if any. |
terminal_kiosk_modeboolean
|
Whether the terminal is in kiosk mode. |
NOT_FOUND
The merchant or terminal could not be found, or no device is bound to the terminal.
UNRECOGNIZED_DEVICE
The device_id does not match the one bound to the terminal.
NOT_ENABLED
The terminal exists but is disabled.
NOT_CONFIGURED
The terminal has no installation linked; assign an installation to the terminal first.
UNHANDLED_ERROR
Raised when the server encounters an unexpected internal error.
INVALID_ARGUMENTS
Raised when the request contains invalid or missing parameters.
BAD_VERSION
Raised when requesting an unsupported or deprecated API version.
