python-n26 icon indicating copy to clipboard operation
python-n26 copied to clipboard

Transaction types and their meanings don't look right

Open jacopo-j opened this issue 4 years ago • 1 comments

With respect to file const.py, I don't think the meaning associated to each transaction type is correct.

In my (limited) experience, all expenses become of type PT after some time, suggesting its meaning may be something like "recorded/confirmed transaction" rather than "ATM withdrawal". Instead, AA may be "pending transaction". According to the (reverse engineered) source code of the Android app, ATM transactions are recognized by type AA and Merchant Category Code (MCC) equal to 6010 or 6011.

I'd also like to share that transaction type WEE, which is not present in the list, is used for the payment of the physical card.

Given that I don't use my card very often, it would be nice if other users also shared their experience, so that we can have a better guess at determining all the possible transaction types and their meanings.

jacopo-j avatar Feb 08 '22 20:02 jacopo-j

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Apr 16 '22 13:04 stale[bot]