TransactionsListResponse
pageinteger
per_pageinteger
last_pageinteger
totalinteger
first_page_urlstring
last_page_urlstring
next_page_urlstring
previous_page_urlstring
frominteger
tointeger
pathstring
items object[]
Array [
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
]
TransactionsListResponse
{
"page": 0,
"per_page": 0,
"last_page": 0,
"total": 0,
"first_page_url": "string",
"last_page_url": "string",
"next_page_url": "string",
"previous_page_url": "string",
"from": 0,
"to": 0,
"path": "string",
"items": [
{
"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"
}
]
}