ResponseWrapperListMovementsCarte
Response for list of card movements
Status of the response
Possible values: [SUCCESS, ERROR]
ERROR/SUCCESSMessage describing the response
Request failed/Request successfulCode message describing the response
ERR-001/SUC-001data object
movements object
Represents paginated results.
content object[]
The list of items in the current page.
Unique identifier of the operation
12345Operation code
TRX-001Operation number
123456789Date of the operation
12-11-2024Description of the operation
07000 RETRAIT (ATM)Date of debit
12-11-2024Transaction direction, (CREDIT or DEBIT)
DOperation amount in local currency
100Formatted operation amount in local currency
100,00Operation amount in original currency
120Formatted operation amount
120,00Merchant or vendor name
0300000040 GAB STAR CSABAHCurrency of the transaction
EURType of operation
PURCHASEThe total number of elements across all pages.
100The total number of pages available.
10The current page number (zero-based).
0The number of items per page.
10error object
Detailed information about the error response
Error code
ERR-142Error message
Resource not found / Internal server errordetails object[]
List of error details
Error code
ER4001Detailed error message
Invalid inputTarget of the error
usernameList of suggestions for resolving the error
["Check the resource ID","Ensure the resource exists"]metaData object
Additional metadata about the error, that could help in debugging
Additional metadata about the error, that could help in debugging
{"requestId":"3c5e4cebf39cbc5b","operationId":"66fd4d2ae6b6"}Timestamp of when the response was generated
{
"status": "ERROR/SUCCESS",
"message": "Request failed/Request successful",
"codeMessage": "ERR-001/SUC-001",
"data": {
"movements": {
"content": [
{
"operationId": "12345",
"operationCode": "TRX-001",
"operationNumber": "123456789",
"operationDate": "12-11-2024",
"operationDescription": "07000 RETRAIT (ATM)",
"debitDate": "12-11-2024",
"transactionDirection": "D",
"localOperationAmount": "100",
"formattedLocalOperationAmount": "100,00",
"originalOperationAmount": "120",
"formattedOriginalOperationAmount": "120,00",
"merchant": "0300000040 GAB STAR CSABAH",
"currency": "EUR",
"operationType": "PURCHASE"
}
],
"totalElements": 100,
"totalPages": 10,
"number": 0,
"size": 10
},
"encoursCarte": "string"
},
"error": {
"code": "ERR-142",
"message": "Resource not found / Internal server error",
"details": [
{
"code": "ER4001",
"message": "Invalid input",
"target": "username"
}
],
"suggestions": [
"Check the resource ID",
"Ensure the resource exists"
],
"metaData": {
"requestId": "3c5e4cebf39cbc5b",
"operationId": "66fd4d2ae6b6"
}
},
"timestamp": "2024-07-29T15:51:28.071Z"
}