Skip to main content

MovementCardDto

The list of items in the current page.

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