Files
Zomatree e738db98b9 init
2025-10-20 14:41:17 +01:00

2.0 KiB

EntityTerminal

Properties

Name Type Description Notes
resource String Indicates the response contains a terminal object. Will always contain the string terminal for this endpoint. [readonly]
id String
mode models::Mode
description String A short description of the terminal. The description can be used as an identifier for the terminal. Currently, the description is set when the terminal is initially configured. It will be visible in the Mollie Dashboard, and it may be visible on the device itself depending on the device.
status models::TerminalStatus [readonly]
brand Option<models::TerminalBrand>
model Option<models::TerminalModel>
serial_number Option<String> The serial number of the terminal. The serial number is provided at terminal creation time.
currency String The currency configured on the terminal, in ISO 4217 format. Currently most of our terminals are bound to a specific currency, chosen during setup.
profile_id String The identifier referring to the profile this entity belongs to. Most API credentials are linked to a single profile. In these cases the profileId can be omitted in the creation request. For organization-level credentials such as OAuth access tokens however, the profileId parameter is required.
created_at String The entity's date and time of creation, in ISO 8601 format. [readonly]
updated_at String The entity's date and time of creation, in ISO 8601 format.
_links models::EntityWebhookLinks

[Back to Model list] [Back to API list] [Back to README]