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

HostedConfiguration

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
[index]Processor
Possible values:
"shift4""clearhaus""nets""worldline"
[index]string
Possible values:
"TRA""LVT"
reportFailureboolean
Required
reportExpiredboolean
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}