Skip to main content

ResponseWrapperAccountMovementsDto

Response for account movements

statusstring

Status of the response

Possible values: [SUCCESS, ERROR]

Example: ERROR/SUCCESS
messagestring

Message describing the response

Example: Request failed/Request successful
codeMessagestring

Code message describing the response

Example: ERR-001/SUC-001
data object

Represents paginated results.

content object[]

The list of items in the current page.

  • Array [
  • operationCodestring

    The operation code

    Example: OP12345
    operationDatestring

    The operation date

    Example: 07-01-2025
    valueDatestring

    The value date

    Example: 10-01-2025
    operationDateFormatstring

    The formatted operation date

    Example: 07-01-2025
    valueDateFormatstring

    The formatted value date

    Example: 10-01-2025
    labelstring

    The label associated with the operation

    Example: Deposit
    supplementaryLabelstring

    The supplementary label, if any

    Example: Extra information
    amountstring

    The amount of the operation

    Example: 1000.5
    amountFormatstring

    The formatted amount

    Example: 1,000.50
    amountFormattedstring

    The amount formatted with additional details

    Example: One thousand dollars and fifty cents
    currencystring

    The currency of the operation

    Example: USD
    directionstring

    The direction of the operation

    Example: Credit
    movementIdentifierstring

    The identifier for the movement

    Example: MVM123456
    clientReferencestring

    The client reference number

    Example: CL12345
    creditAmountnumber

    The credit label

    Example: 1300
    debitAmountnumber

    The debit label

    Example: 1200
    intermediateBalanceFormatstring

    The intermediate balance in formatted form

    Example: 500.0
    typestring

    The type of the operation

    Example: Transfer
    formattedDebitAmountstring

    The formatted debit amount

    Example: 1 200,00
    formattedCreditAmountstring

    The formatted credit amount

    Example: 1 300,00
  • ]
  • totalElementsint64

    The total number of elements across all pages.

    Example: 100
    totalPagesint32

    The total number of pages available.

    Example: 10
    numberint32

    The current page number (zero-based).

    Example: 0
    sizeint32

    The number of items per page.

    Example: 10
    error object

    Detailed information about the error response

    codestring

    Error code

    Example: ERR-142
    messagestring

    Error message

    Example: Resource not found / Internal server error
    details object[]

    List of error details

  • Array [
  • codestring

    Error code

    Example: ER4001
    messagestring

    Detailed error message

    Example: Invalid input
    targetstring

    Target of the error

    Example: username
  • ]
  • suggestionsstring[]

    List of suggestions for resolving the error

    Example: ["Check the resource ID","Ensure the resource exists"]
    metaData object

    Additional metadata about the error, that could help in debugging

    property name*string

    Additional metadata about the error, that could help in debugging

    Example: {"requestId":"3c5e4cebf39cbc5b","operationId":"66fd4d2ae6b6"}
    timestampdate-time

    Timestamp of when the response was generated

    ResponseWrapperAccountMovementsDto
    {
    "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"
    }