[Bug]: Syncting from GoCardless doesn't fill the Notes column #831

Closed
opened 2026-02-28 19:21:20 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @oleksandr on GitHub (Dec 28, 2023).

Verified issue does not already exist?

  • I have searched and found no existing issue

What happened?

  1. Link an account with GoCardless
  2. Sync the transactions
  3. Observe an empty column Notes
  4. Tried it in the current file, reproduced in the new file from scratch.

What error did you receive?

No error, just empty Notes column, which breaks some of my rules (I get Notes when import transactions from file).

Where are you hosting Actual?

Docker

What browsers are you seeing the problem on?

Firefox

Operating System

Linux

Originally created by @oleksandr on GitHub (Dec 28, 2023). ### Verified issue does not already exist? - [X] I have searched and found no existing issue ### What happened? 1. Link an account with GoCardless 2. Sync the transactions 3. Observe an empty column Notes 4. Tried it in the current file, reproduced in the new file from scratch. ### What error did you receive? No error, just empty Notes column, which breaks some of my rules (I get Notes when import transactions from file). ### Where are you hosting Actual? Docker ### What browsers are you seeing the problem on? Firefox ### Operating System Linux
GiteaMirror added the bug label 2026-02-28 19:21:20 -06:00
Author
Owner

@MatissJanis commented on GitHub (Dec 29, 2023):

👋 You'll want to check server logs for what information Gocardless gives for your bank. If there are no notes: you'll want to get in touch with Gocardless. However, if there are notes - you'll want to create a custom adapter for your bank so that the notes field is normalized to what Actual expects. This will need to be done by you or someone else who shares the same bank.

Information on how you can do that is available here: https://github.com/actualbudget/actual-server/blob/master/src/app-gocardless/README.md

We do not classify bank data discrepancies as a bug, so I'll close this off.

@MatissJanis commented on GitHub (Dec 29, 2023): :wave: You'll want to check server logs for what information Gocardless gives for your bank. If there are no notes: you'll want to get in touch with Gocardless. However, if there are notes - you'll want to create a custom adapter for your bank so that the notes field is normalized to what Actual expects. This will need to be done by you or someone else who shares the same bank. Information on how you can do that is available here: https://github.com/actualbudget/actual-server/blob/master/src/app-gocardless/README.md We do not classify bank data discrepancies as a bug, so I'll close this off.
Author
Owner

@oleksandr commented on GitHub (Dec 30, 2023):

@MatissJanis thanks for the prompt reply. I've noticed that the right notes are coming in the remittanceInformationStructured field of the GoCardless response. I assume this is custom from bank to bank, will take a look into custom adapter.

@oleksandr commented on GitHub (Dec 30, 2023): @MatissJanis thanks for the prompt reply. I've noticed that the right notes are coming in the `remittanceInformationStructured` field of the GoCardless response. I assume this is custom from bank to bank, will take a look into custom adapter.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#831