ResponseWrapperAccountMovementsDto
Response for account movements
Status of the response
Possible values: [SUCCESS
, ERROR
]
ERROR/SUCCESS
Message describing the response
Request failed/Request successful
Code message describing the response
ERR-001/SUC-001
data object
Represents paginated results.
content object[]
The list of items in the current page.
The operation code
OP12345
The operation date
07-01-2025
The value date
10-01-2025
The formatted operation date
07-01-2025
The formatted value date
10-01-2025
The label associated with the operation
Deposit
The supplementary label, if any
Extra information
The amount of the operation
1000.5
The formatted amount
1,000.50
The amount formatted with additional details
One thousand dollars and fifty cents
The currency of the operation
USD
The direction of the operation
Credit
The identifier for the movement
MVM123456
The client reference number
CL12345
The credit label
1300
The debit label
1200
The intermediate balance in formatted form
500.0
The type of the operation
Transfer
The formatted debit amount
1 200,00
The formatted credit amount
1 300,00
The total number of elements across all pages.
100
The total number of pages available.
10
The current page number (zero-based).
0
The number of items per page.
10
error object
Detailed information about the error response
Error code
ERR-142
Error message
Resource not found / Internal server error
details object[]
List of error details
Error code
ER4001
Detailed error message
Invalid input
Target of the error
username
List 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": {
"content": [
{
"operationCode": "OP12345",
"operationDate": "07-01-2025",
"valueDate": "10-01-2025",
"operationDateFormat": "07-01-2025",
"valueDateFormat": "10-01-2025",
"label": "Deposit",
"supplementaryLabel": "Extra information",
"amount": "1000.5",
"amountFormat": "1,000.50",
"amountFormatted": "One thousand dollars and fifty cents",
"currency": "USD",
"direction": "Credit",
"movementIdentifier": "MVM123456",
"clientReference": "CL12345",
"creditAmount": 1300,
"debitAmount": 1200,
"intermediateBalanceFormat": "500.0",
"type": "Transfer",
"formattedDebitAmount": "1 200,00",
"formattedCreditAmount": "1 300,00"
}
],
"totalElements": 100,
"totalPages": 10,
"number": 0,
"size": 10
},
"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"
}