TerminalResource
A terminal and its related point of sale and device resources.
The terminal resource.
The unique ID of the terminal.
uuid"019b3168-9334-770c-b34f-829d3c9c65d1"The ID of the point of sale associated with the terminal.
uuid"0192473a-e381-705c-b61c-fc2ac9624afc"The ID of the device associated with the terminal, or null when no device is associated.
"LDG7M4WW44G"The terminal identifier assigned by the external terminal provider.
"terminal-beta"The time the terminal was created in UTC.
date-time"2026-04-01T15:04:05Z"The point of sale associated with the terminal.
The ID of the point of sale. This is used when creating new payment session.
uuid"0192473a-e381-705c-b61c-fc2ac9624afc"A visual name displayed in the ePay backoffice to help the merchant and ePay staff identify the point of sale
"Store #42"The merchant name displayed to the cardholder in both their bank statement and any 3DS challenge such as MitID.
"POS Copenhagen"The time of creation in UTC.
date-time"2024-10-01T10:38:14.658688472+02:00"The last time the point of sale was modified in UTC
date-time"2024-10-01T12:38:14.658688472+02:00"The device associated with the terminal, or null when no device is associated.
The unique ID of the device.
"LDG7M4WW44G"The human-readable description used to identify the device.
"Checkout 2 tablet"The time the device was created in UTC.
date-time"2026-03-15T08:30:00Z"{ "terminal": { "id": "019b3168-9334-770c-b34f-829d3c9c65d1", "pointOfSaleId": "0192473a-e381-705c-b61c-fc2ac9624afc", "deviceId": "LDG7M4WW44G", "externalId": "terminal-beta", "createdAt": "2026-04-01T15:04:05Z" }, "pointOfSale": { "id": "0192473a-e381-705c-b61c-fc2ac9624afc", "name": "Store #42", "descriptor": "POS Copenhagen", "createdAt": "2024-10-01T10:38:14.658688472+02:00", "updatedAt": "2024-10-01T12:38:14.658688472+02:00" }, "device": { "id": "LDG7M4WW44G", "description": "Checkout 2 tablet", "createdAt": "2026-03-15T08:30:00Z" }}