Release 8.2.0 - Top-up instructions and amount allocations - #665
Conversation
🟡 Risk Classification: MINORApproval route: AI Review + Human 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 |
🔵 Advisory review: Sound, but needs your judgementThis PR needs a human approval. The code itself reads as correct; whether it should land depends on context I don't have. The diff shown contains only the version bump from 8.1.0 to 8.2.0 in gradle.properties; the PR description claims significant new functionality (new API methods, model classes, OAuth scopes, tests) but none of that code is visible in the provided diff, making it impossible to verify the claims. For you to decide
This is not an approval. wall-e cannot auto-approve this PR — it is an opinion to help whoever does. Advisory review · us.anthropic.claude-sonnet-4-6 · wall-e 2026.06.19-02 |
|



This release adds support for retrieving top-up instructions for currency accounts (sub-accounts) via the balances API, including both asynchronous and synchronous methods. It introduces new data models for top-up instructions and bank details, updates the OAuth scopes, and improves documentation across balances-related classes. Comprehensive unit tests for the new functionality are also included.
New API Functionality:
BalancesClientandBalancesClientImplfor retrieving top-up instructions (retrieveTopUpInstructionsandretrieveTopUpInstructionsSync), including input validation and endpoint path construction. [1] [2]TopUpInstructionsResponse,TopUpBankDetails, andTopUpFundingDetailsto represent top-up instructions and associated bank details. [1] [2] [3]Authorization & Scopes:
BALANCES_TOP_UP_INSTRUCTIONSOAuth scope to both the enum and test fixture setup to support the new endpoint. [1] [2]Documentation Improvements:
Balances,BalancesResponse, andCurrencyAccountBalanceto clarify the purpose and optionality of fields. [1] [2] [3] [4]Testing:
BalancesClientImplTestto cover the new top-up instructions methods, including positive tests and parameterized negative tests for input validation. [1] [2] [3] [4] [5]