Skip to main content

TransactionResponse

transaction object
iduuid
subscriptionIduuidnullable
statestring
errorCode object
oneOf
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
TransactionResponse
{
"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"
}
}