ResponseWrapperAccountMovementsDto
Response for account 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
Represents paginated results.
content object[]
The list of items in the current page.
The operation code
OP12345The operation date
07-01-2025The value date
10-01-2025The formatted operation date
07-01-2025The formatted value date
10-01-2025The label associated with the operation
DepositThe supplementary label, if any
Extra informationThe amount of the operation
1000.5The formatted amount
1,000.50The amount formatted with additional details
One thousand dollars and fifty centsThe currency of the operation
USDThe direction of the operation
CreditThe identifier for the movement
MVM123456The client reference number
CL12345The credit label
1300The debit label
1200The intermediate balance in formatted form
500.0The type of the operation
TransferThe formatted debit amount
1 200,00The formatted credit amount
1 300,00The 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": {
"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"
}