api-examples icon indicating copy to clipboard operation
api-examples copied to clipboard

Wrong purchase date on card transaction having interest date in next year.

Open stenjo opened this issue 7 years ago • 0 comments

Found something odd on several transactions on Credit card. The purchase date seems to have the wrong year when purchase is in a previous year to the interest date. {'accountingDate': '2017-12-31T00:00:00+01:00', 'amount': -670.97, 'cardDetails': {'cardNumber': '*0455', 'currencyAmount': 79.0, 'currencyRate': 8.4933, 'merchantCategoryCode': '5734', 'merchantCategoryDescription': 'PC programvare', 'merchantCity': 'CIRCUITLAB, I', 'merchantName': 'CIRCUITLAB, INC.', 'originalCurrencyCode': 'USD', 'purchaseDate': '2018-12-27T00:00:00+01:00', 'transactionId': '38736*****308450'}, 'cardDetailsSpecified': True, 'interestDate': '2018-01-22T00:00:00+01:00', 'isReservation': False, 'otherAccountNumberSpecified': False, 'reservationType': None, 'source': 'Archive', 'text': '*0455 27.12 USD 79.00 CIRCUITLAB, INC. Kurs: 8.4933', 'transactionType': 'VISA VARE', 'transactionTypeCode': 714, 'transactionTypeText': 'VISA VARE'}

stenjo avatar Jan 02 '19 00:01 stenjo