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

OperationResponse

operationIdstring

The ID of the associated operation

Format:
uuid
successboolean

A boolean indicator for operation processing success.

statestring

The current state of the operation.

Possible values:
"SUCCESS""PROCESSING""FAILED"
codestring

A textual error code explaining the error reason

messagestring
OperationResponse
{  "operationId": "3051932a-fdd2-48fa-b330-7e7d41535969",  "success": true,  "state": "SUCCESS",  "errorCode": {    "code": "string",    "message": "string"  }}