[Bug]: issue with KBC integration: payeeName is required when adding a transaction #1734

Closed
opened 2026-02-28 19:53:24 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @robxgd on GitHub (Jan 3, 2025).

Verified issue does not already exist?

  • I have searched and found no existing issue

What happened?

When syncing transactions from a KBC account using the goCardless integration, no transactions are synced due to one (or more transactions not having a payeeName).

        {
            "transactionId": "2024-10-11-08XXXXXXX",
            "bookingDate": "2024-10-11",
            "valueDate": "2024-10-11",
            "transactionAmount": {
                "amount": "6.00",
                "currency": "EUR"
            },
            "creditorName": "HOFMAN ROB",
            "creditorAccount": {
                "iban": "BEXXXXXXXXXXXXXX",
                "currency": "EUR"
            },
            "remittanceInformationStructured": "xxxx6401xxx7062009XXXXXX5701234",
            "bankTransactionCode": "PMNT-XXXX-XXXX",
            "proprietaryBankTransactionCode": "3451234",
            "internalTransactionId": "22e859fc757fe439779c6706d5851ee6",
            "date": "2024-10-11"
        },

The issue was already mentioned in #3966

How can we reproduce the issue?

The transaction was created by making a payment request and sending it to multiple people.

Where are you hosting Actual?

Docker

What browsers are you seeing the problem on?

Chrome

Operating System

Linux

Originally created by @robxgd on GitHub (Jan 3, 2025). ### Verified issue does not already exist? - [X] I have searched and found no existing issue ### What happened? When syncing transactions from a KBC account using the goCardless integration, no transactions are synced due to one (or more transactions not having a payeeName). ``` { "transactionId": "2024-10-11-08XXXXXXX", "bookingDate": "2024-10-11", "valueDate": "2024-10-11", "transactionAmount": { "amount": "6.00", "currency": "EUR" }, "creditorName": "HOFMAN ROB", "creditorAccount": { "iban": "BEXXXXXXXXXXXXXX", "currency": "EUR" }, "remittanceInformationStructured": "xxxx6401xxx7062009XXXXXX5701234", "bankTransactionCode": "PMNT-XXXX-XXXX", "proprietaryBankTransactionCode": "3451234", "internalTransactionId": "22e859fc757fe439779c6706d5851ee6", "date": "2024-10-11" }, ``` The issue was already mentioned in #3966 ### How can we reproduce the issue? The transaction was created by making a payment request and sending it to multiple people. ### Where are you hosting Actual? Docker ### What browsers are you seeing the problem on? Chrome ### Operating System Linux
GiteaMirror added the bug label 2026-02-28 19:53:24 -06:00
Author
Owner

@robxgd commented on GitHub (Jan 3, 2025):

can be closed since issue is in the server and not in this repo. Logged issue https://github.com/actualbudget/actual-server/issues/532 in server repo

@robxgd commented on GitHub (Jan 3, 2025): can be closed since issue is in the server and not in this repo. Logged issue https://github.com/actualbudget/actual-server/issues/532 in server repo
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#1734