Bug 642555: [master] [NL] SEPA Direct Debit Export (Report 11000015 – pain.008.001.08) exports unstructured address instead of structured#9609
Open
AleksanderGladkov wants to merge 4 commits into
Conversation
added 2 commits
July 22, 2026 11:47
…642555-master-SEPA-Direct-Debit-Export-Structured-Address
|
Thanks for addressing this issue. It would be highly appreciated if this fix could also be backported to the currently supported lower versions. Since the banking deadline is approaching rapidly after the release of version 29. Backporting would help customer remain compliant without requiring an immediate major version upgrade. |
…nd read export from Payment History file
AleksanderGladkov
force-pushed
the
bugs/642555-master-SEPA-Direct-Debit-Export-Structured-Address
branch
from
July 23, 2026 13:33
69df59d to
43ab102
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ISSUE:
The Dutch SEPA Direct Debit export (report 11000015 "SEPA ISO20022 Pain 008.001.08") wrote postal addresses as a single unstructured element. Banks require the address to be provided in structured form.
SOLUTION:
The debtor, creditor, ultimate creditor and ultimate debtor addresses are now exported as structured elements — (street), (post code), (town) and (country) — instead of a single . Each element is only written when it has a value.
Fixes AB#642555