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

Terminal

A physical payment terminal configured for a point of sale.

idstring
Required

The unique ID of the terminal.

Format:
uuid
Example:
"019b3168-9334-770c-b34f-829d3c9c65d1"
pointOfSaleIdstring
Required

The ID of the point of sale associated with the terminal.

Format:
uuid
Example:
"0192473a-e381-705c-b61c-fc2ac9624afc"
deviceIdstring
NullableRequired

The ID of the device associated with the terminal, or null when no device is associated.

Example:
"LDG7M4WW44G"
externalIdstring
Required

The terminal identifier assigned by the external terminal provider.

Example:
"terminal-beta"
createdAtstring
Required

The time the terminal was created in UTC.

Format:
date-time
Example:
"2026-04-01T15:04:05Z"
Terminal
{  "id": "019b3168-9334-770c-b34f-829d3c9c65d1",  "pointOfSaleId": "0192473a-e381-705c-b61c-fc2ac9624afc",  "deviceId": "LDG7M4WW44G",  "externalId": "terminal-beta",  "createdAt": "2026-04-01T15:04:05Z"}