Looking for ePay classic docs? Go to docs.epay.dk
ePay documentationDocsePay documentation

Device

A device associated with a physical payment terminal.

idstring
Required

The unique ID of the device.

Example:
"LDG7M4WW44G"
descriptionstring
Required

The human-readable description used to identify the device.

Example:
"Checkout 2 tablet"
createdAtstring
Required

The time the device was created in UTC.

Format:
date-time
Example:
"2026-03-15T08:30:00Z"
Device
{  "id": "LDG7M4WW44G",  "description": "Checkout 2 tablet",  "createdAt": "2026-03-15T08:30:00Z"}