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

PointOfSale

idstring
Required

The ID of the point of sale. This is used when creating new payment session.

Format:
uuid
Example:
"0192473a-e381-705c-b61c-fc2ac9624afc"
namestring
Required

A visual name displayed in the ePay backoffice to help the merchant and ePay staff identify the point of sale

Example:
"Store #42"
descriptorstring
Required

The merchant name displayed to the cardholder in both their bank statement and any 3DS challenge such as MitID.

Example:
"POS Copenhagen"
createdAtstring
Required

The time of creation in UTC.

Format:
date-time
Example:
"2024-10-01T10:38:14.658688472+02:00"
updatedAtstring
Required

The last time the point of sale was modified in UTC

Format:
date-time
Example:
"2024-10-01T12:38:14.658688472+02:00"
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"}