[CH][SEPA CT] Export requires both IBAN and Clearing No. for domestic payments and refunds - #10136
Merged
Conversation
… payments and refunds
… payments and refunds
… payments and refunds
This comment was marked as low quality.
This comment was marked as low quality.
… payments and refunds
… payments and refunds
dcenic
enabled auto-merge
August 11, 2026 12:35
… payments and refunds
Co-authored-by: dcenic <40819937+dcenic@users.noreply.github.com>
This comment was marked as resolved.
This comment was marked as resolved.
1 similar comment
This comment was marked as resolved.
This comment was marked as resolved.
… payments and refunds
…com/microsoft/BCApps into bugs/646497SEPACTClearingNoFromIBAN
ventselartur
previously approved these changes
Aug 12, 2026
ventselartur
approved these changes
Aug 17, 2026
Anders (AndersLarsenMicrosoft)
approved these changes
Aug 17, 2026
pull Bot
pushed a commit
to Mattlk13/BCApps
that referenced
this pull request
Aug 31, 2026
…_PaymentType3_Negative_BlankedSWIFT fails (microsoft#10720) [AB#647205](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/647205) test failed due to change in [[CH][SEPA CT] Export requires both IBAN and Clearing No. for domestic payments and refunds by dcenic · Pull Request microsoft#10136 · microsoft/BCApps](https://github.com/microsoft/BCApps/pull/10136/changes)
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.
Swiss SEPA CT Export requires both IBAN and Clearing No. for domestic payments and refunds
Expected:
If Clearing No. is blank, it can be extracted from IBAN (IBAN contains it).
What & why
Added the logic that extracts Clearing No. from IBAN, and using it when determining the payment type, and when exporting to MmbId in the SEPA CT file.
Linked work
Fixes AB#646497
How I validated this
What I tested and the outcome (required — be specific: scenarios, commands, screenshots for UI changes)
Risk & compatibility
Since CdtrAcct/IBAN is unchanged and is what routes, no in-flight payment behavior changes — only the redundant MmbId becomes correct.