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

TransactionOperationEventData

idstring

The ID of the operation

Format:
uuid
referenceTransactionOperationIdstring
Nullable
Format:
uuid
amountinteger
statestring
Possible values:
"PROCESSING""SUCCESS""FAILED"
transactionIdstring

The ID of the associated transaction

Example:
"LDG7M4WW44G"
typestring
Possible values:
"AUTHORIZATION""SALE""CAPTURE""REFUND""VOID""PAYOUT"
errorCodestring
Nullable
createdAtstring

The time of creation

Format:
date-time
finalizedAtstring
Nullable
Format:
date-time
TransactionOperationEventData
{  "operation": {    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "referenceTransactionOperationId": "09c60a7b-397b-4797-a5c8-792dc558cbed",    "amount": 0,    "state": "PROCESSING",    "transactionId": "LDG7M4WW44G",    "type": "AUTHORIZATION",    "errorCode": "string",    "createdAt": "2019-08-24T14:15:22Z",    "finalizedAt": "2019-08-24T14:15:22Z"  }}