Skip to main content

ResponseWrapperListMovementsCarte

Response for list of card 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
movements object

Represents paginated results.

content object[]

The list of items in the current page.

  • Array [
  • operationIdstring

    Unique identifier of the operation

    Example: 12345
    operationCodestring

    Operation code

    Example: TRX-001
    operationNumberstring

    Operation number

    Example: 123456789
    operationDatestring

    Date of the operation

    Example: 12-11-2024
    operationDescriptionstring

    Description of the operation

    Example: 07000 RETRAIT (ATM)
    debitDatestring

    Date of debit

    Example: 12-11-2024
    transactionDirectionstring

    Transaction direction, (CREDIT or DEBIT)

    Example: D
    localOperationAmountstring

    Operation amount in local currency

    Example: 100
    formattedLocalOperationAmountstring

    Formatted operation amount in local currency

    Example: 100,00
    originalOperationAmountstring

    Operation amount in original currency

    Example: 120
    formattedOriginalOperationAmountstring

    Formatted operation amount

    Example: 120,00
    merchantstring

    Merchant or vendor name

    Example: 0300000040 GAB STAR CSABAH
    currencystring

    Currency of the transaction

    Example: EUR
    operationTypestring

    Type of operation

    Example: PURCHASE
  • ]
  • 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
    encoursCartestring
    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

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