fix: skip unresolved batch transactions and retry on next sync#332
Merged
barredterra merged 5 commits intoversion-15-hotfixfrom Feb 21, 2026
Merged
fix: skip unresolved batch transactions and retry on next sync#332barredterra merged 5 commits intoversion-15-hotfixfrom
barredterra merged 5 commits intoversion-15-hotfixfrom
Conversation
When split_batch_transactions is enabled but camt.054 data is not yet available, the sync now marks the EBICS Request as "Skipped" instead of "Successful". This allows the scheduled job to retry the download on the next sync cycle once the bank provides the batch details. Changes: - Add UnresolvedBatchTransactionError for transient batch resolution failures - Add "Skipped" status option to EBICS Request DocType - Return request log from execute_ebics_download for status updates - Mark request as "Skipped" when batch cannot be resolved - Log warning instead of error for this transient condition - Make split_batch_transactions=False explicit in upload_camt_file
Member
Author
|
Tested user-triggered sync of C53 and C52, works as expected. Todo:
|
barredterra
referenced
this pull request
Jan 29, 2026
Member
Author
|
🎉 This PR is included in version 15.32.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
Bump fintech to 7.9.0
Skip unresolved batch transactions and retry on next sync
When
split_batch_transactionsis enabled but camt.054 data is not yet available, the sync now marks the EBICS Request as "Skipped" instead of "Successful". This allows the scheduled job to retry the download on the next sync cycle once the bank provides the batch details.Changes:
UnresolvedBatchTransactionErrorfor transient batch resolution failuresexecute_ebics_downloadfor status updatessplit_batch_transactions=Falseexplicit inupload_camt_file