Skip to main content

Operation

iduuid

The ID of the operation

amountinteger

The operation amount in minor units. 10000 equal 100.00 DKK

statestring

The state of the operation

Possible values: [PROCESSING, SUCCESS, FAILED]

transactionIdstring

The ID of the associated transaction

Example: LDG7M4WW44G
typestring

The type of operation

Possible values: [AUTHORIZATION, SALE, CAPTURE, REFUND, VOID, PAYOUT]

errorCodestringnullable

When state is equal to FAILED, this will contain the explaining error code.

createdAtdate-time

The time of creation

Operation
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"amount": 0,
"state": "PROCESSING",
"transactionId": "LDG7M4WW44G",
"type": "AUTHORIZATION",
"errorCode": "string",
"createdAt": "2024-07-29T15:51:28.071Z"
}