You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 29, 2023. It is now read-only.
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 AAand 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.
The text was updated successfully, but these errors were encountered:
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.
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 typeAA
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.
The text was updated successfully, but these errors were encountered: