Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to Access Transaction history for Deleted Accounts #147

Open
CalculatedCausality opened this issue Aug 27, 2024 · 0 comments
Open

Comments

@CalculatedCausality
Copy link

I have a script that dumps transactions from all my accounts. However, I am trying to implement double-entry bookkeeping and I am facing an issue. I cannot see transactions for deleted accounts because they are not returned in the API response. Ideally, accounts and their histories should be returned as archived so that I can still query them for transactions, including those between deleted and active accounts.

Right now, I have gaps in my transaction history because I cannot access transactions for deleted accounts.

The API should return transactions for deleted accounts as archived. This way, I can still access the transaction history for deleted accounts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant