GetTransactionResponse
transaction object
iduuid
subscriptionIduuidnullable
statestring
errorCode object
oneOf
- ErrorCode
- MOD2
codestring
messagestring
createdAtdate-time
sessionIdstringnullable
paymentMethodIduuid
paymentMethodTypestring
paymentMethodSubTypestring
paymentMethodExpirydate
paymentMethodDisplayTextstring
scaModestring
customerIdstring
amountinteger
currencystring
instantCapturestring
Possible values: [OFF
, VOID
, NO_VOID
]
notificationUrluri
pointOfSaleIduuid
referencestring
textOnStatementstring
exemptionsstring[]
attributes object
property name*string
clientIpstring
typestring
operations object[]
Array [
iduuid
amountinteger
statestring
transactionIduuid
typestring
errorCode object
oneOf
- ErrorCode
- MOD2
codestring
messagestring
createdAtdate-time
]
GetTransactionResponse
{
"transaction": {
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"subscriptionId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"state": "string",
"errorCode": {
"code": "string",
"message": "string"
},
"createdAt": "2024-07-29T15:51:28.071Z",
"sessionId": "string",
"paymentMethodId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"paymentMethodType": "string",
"paymentMethodSubType": "string",
"paymentMethodExpiry": "2024-07-29",
"paymentMethodDisplayText": "string",
"scaMode": "string",
"customerId": "string",
"amount": 0,
"currency": "string",
"instantCapture": "OFF",
"notificationUrl": "string",
"pointOfSaleId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"reference": "string",
"textOnStatement": "string",
"exemptions": [
"string"
],
"attributes": {},
"clientIp": "string",
"type": "string"
},
"operations": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"amount": 0,
"state": "string",
"transactionId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"type": "string",
"errorCode": {
"code": "string",
"message": "string"
},
"createdAt": "2024-07-29T15:51:28.071Z"
}
]
}