-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[Bug]: Gocardless import adds declined transactions #1812
Comments
Had a quick look through the code and maybe we could just add a filter on the transactions that come back from the That's here in the codebase. Only thing I'm not sure about is if that information is in the transaction object at this stage - haven't had a chance to test. The other place I could see it working would be in |
If done then this should be done in a bank integration in the sync server. https://github.com/actualbudget/actual-server/tree/master/src/app-gocardless/banks But if the transaction was declined then it should not be served at all and so if anything you should report this as an issue to GoCardless. |
Ah ok thanks for the clarification on that. I'll report it to GoCardless. |
I've just come across this issue myself with Starling too. I have raised a support issue to GoCardless so will see what they say. Otherwise I will make a bank integration for Starling as @kyrias mentioned. |
I got a response from gocardless, they said:
Will see what they find |
Verified issue does not already exist?
What happened?
If there are declined bank transactions within the bank import window through GoCardless (I'm using Starling UK), they get added to the list of transactions against the linked account. This happens every time you run the import/sync, so every time I sync the account I need to delete the declined transactions or my budget account balance is out of sync with the bank account balance
What error did you receive?
No response
Where are you hosting Actual?
Docker
What browsers are you seeing the problem on?
Firefox, Chrome
Operating System
Windows 11
The text was updated successfully, but these errors were encountered: