Release 5.1.0 - BACS Direct Debit notifications + refactor - #453
Merged
Conversation
🟢 Risk Classification: LOWApproval route: AI Auto-Approval Classification reasons
Operational gates
Files analysed: 1 wall-e 2026.06.19-02 · policy |
🔬 Debug — why this classification?Each reason code emitted by the classifier, its source clause in the AI in SDLC Control Framework, and what it means.
Kinds:
See issue #3 for the proposal to formalise this map as Appendix A of the standards doc. wall-e 2026.06.19-02 · debug |
|
madrazo-lucas-cko
approved these changes
Sep 7, 2026
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.



This release adds full support for Bacs Direct Debit to the SDK, including API client, documentation, endpoint registration, and integration tests. It also expands and clarifies documentation for bank instrument creation, retrieval, updating, and payment flows, especially for Bacs, SEPA, and ACH. Finally, it enhances the method for retrieving bank account field requirements with new filtering options.
Bacs Direct Debit Support:
Bacsclass (src/api/apm-specific/bacs.js) to support sending Bacs Direct Debit pre-notifications via the/apms/bacs/notificationsendpoint. This includes detailed request/response documentation and error handling.src/endpoints-factory.js), main index (src/index.js), and updated the README to document access viacko.bacs. [1] [2] [3]test/apm-specific/bacs-it.js).Bank Instrument Documentation Improvements:
src/api/instruments/instruments.js, with detailed field requirements and response shapes for Bacs, SEPA, and ACH variants. [1] [2] [3]Bank Account Field Formatting Enhancements:
getBankAccountFieldFormattingto accept optional filters (accountHolderTypeandpaymentNetwork), supporting both camelCase and hyphenated parameter names.Payments API Documentation:
src/api/payments/payments.jsdocumentation to clarify how to use Bacs and SEPA sources for payments, including required fields and API quirks.