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

DetailedPointOfSale

Example:
{ "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" }
idstring
Required
Format:
uuid
namestring
Required
descriptorstring
Required
createdAtstring
Required

The time of creation in UTC.

Format:
date-time
updatedAtstring
Required
Format:
date-time
Example:
{ "instantCapture": "OFF", "scaMode": "SKIP", "timeout": 60, "notificationUrl": "https://example.com/notification", "successUrl": "https://example.com/success", "failureUrl": "https://example.com/failure", "retryUrl": null, "maxAttempts": 10, "processor": [ "shift4", "nets" ], "exemptions": [ "TRA", "LVT" ], "reportFailure": false }
instantCapturestring
Required
scaModestring
Required
Possible values:
"SKIP""NORMAL""FORCE"
timeoutinteger
Required

How many minutes sessions stays active.

notificationUrlstring
Required

The URL to receive webhook notifications for any attempted transactions

Format:
uri
successUrlstring
Required

The URL the client is redirected to on successful payments

Format:
uri
failureUrlstring
Required
Format:
uri
retryUrlstring
Nullable
Format:
uri
maxAttemptsinteger
Required
reportFailureboolean
Required
reportExpiredboolean
DetailedPointOfSale
{  "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"  },  "hostedConfiguration": {    "instantCapture": "OFF",    "scaMode": "SKIP",    "timeout": 60,    "notificationUrl": "https://example.com/notification",    "successUrl": "https://example.com/success",    "failureUrl": "https://example.com/failure",    "retryUrl": null,    "maxAttempts": 10,    "processor": [      "shift4",      "nets"    ],    "exemptions": [      "TRA",      "LVT"    ],    "reportFailure": false  }}