[PR #5383] [MERGED] Add gocardless support for Stadtsparkasse München #40337

Closed
opened 2026-04-23 13:13:30 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5383
Author: @CyberSardinha
Created: 7/24/2025
Status: Merged
Merged: 8/12/2025
Merged by: @matt-fidd

Base: masterHead: master


📝 Commits (9)

  • 649ff72 Add files via upload
  • cc3c7b5 Merge pull request #1 from CyberSardinha/ssk_munchen
  • ed15960 added credits to the original author Nebukadneza
  • 07cf6e1 [autofix.ci] apply automated fixes
  • 392828f Create 5383.md
  • 49872a4 Improve Stadtsparkasse München GoCardless transaction parsing
  • e11d542 Improve Stadtsparkasse München GoCardless transaction parsing
  • 0122b62 Merge branch 'master' into master
  • f10658d Update 5383.md

📊 Changes

2 files changed (+59 additions, -0 deletions)

View changed files

packages/sync-server/src/app-gocardless/banks/ssk_munchen.js (+53 -0)
upcoming-release-notes/5383.md (+6 -0)

📄 Description

Similar to PR https://github.com/actualbudget/actual-server/pull/346 this adds a gocardless formatter to properly format transaction information. The additional remittance information was not picked up by actual as this bank transmits it as remittanceInformationStructured instead of remittanceInformationUnstructured.

It's basically the same file, I just added the correct institutionId and tested it successfully with my bank.

The "Notes" section is now being filled with the additional remittance information.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/5383 **Author:** [@CyberSardinha](https://github.com/CyberSardinha) **Created:** 7/24/2025 **Status:** ✅ Merged **Merged:** 8/12/2025 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (9) - [`649ff72`](https://github.com/actualbudget/actual/commit/649ff72ef2d6a462b6b8f7dcac6a4c9f128f8774) Add files via upload - [`cc3c7b5`](https://github.com/actualbudget/actual/commit/cc3c7b5ad0f8f3e2842691b16122e93fb6997357) Merge pull request #1 from CyberSardinha/ssk_munchen - [`ed15960`](https://github.com/actualbudget/actual/commit/ed1596066924aada269484fd84a43dfc8dca7b56) added credits to the original author Nebukadneza - [`07cf6e1`](https://github.com/actualbudget/actual/commit/07cf6e1f7c8745e9bc3f12cd645f5fb2d5615e03) [autofix.ci] apply automated fixes - [`392828f`](https://github.com/actualbudget/actual/commit/392828f2b39ef7cfac9a3934bd44fc9acc7fa13e) Create 5383.md - [`49872a4`](https://github.com/actualbudget/actual/commit/49872a4ddb8ef85e5b13b8dd37e909f9a07ed3d9) Improve Stadtsparkasse München GoCardless transaction parsing - [`e11d542`](https://github.com/actualbudget/actual/commit/e11d542c3a07aa0503c2ab6a44ac9972a93d2ce0) Improve Stadtsparkasse München GoCardless transaction parsing - [`0122b62`](https://github.com/actualbudget/actual/commit/0122b6204e0d7ecb2f0787bb41bfb7ab49586d7c) Merge branch 'master' into master - [`f10658d`](https://github.com/actualbudget/actual/commit/f10658db61beb2edc4bddb5bd1ae85fcaa16ce47) Update 5383.md ### 📊 Changes **2 files changed** (+59 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `packages/sync-server/src/app-gocardless/banks/ssk_munchen.js` (+53 -0) ➕ `upcoming-release-notes/5383.md` (+6 -0) </details> ### 📄 Description Similar to PR https://github.com/actualbudget/actual-server/pull/346 this adds a gocardless formatter to properly format transaction information. The additional remittance information was not picked up by actual as this bank transmits it as remittanceInformationStructured instead of remittanceInformationUnstructured. It's basically the same file, I just added the correct institutionId and tested it successfully with my bank. The "Notes" section is now being filled with the additional remittance information. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-23 13:13:31 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#40337