Release 8.4.0 - Add verification attempt-assets endpoints and card scheduled_activation_date - #673
david-ruiz-cko wants to merge 1 commit into
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 provided contains only a version bump from 8.3.0 to 8.4.0 in gradle.properties, while the PR description claims extensive breaking changes and new features — the reviewer must verify the actual code changes are present and correct before approving. 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 paginated address document verification attempts and their associated assets (such as document images), and introduces several new response models to represent these assets. It also enhances the
ApiClientinterface to allow custom headers for PATCH requests. Additionally, it improves type safety for address country codes and updates the report response model.Address Document Verification API enhancements:
AddressDocumentVerificationClientand its implementation to retrieve paginated verification attempts (with optional query filters) and to fetch assets (document images) uploaded for a specific attempt, both asynchronously and synchronously. [1] [2] [3] [4] [5] [6] [7] [8]AddressDocumentVerificationAttemptAsset,AddressDocumentVerificationAttemptAssetType, andAddressDocumentVerificationAttemptAssetsResponseto represent and paginate assets. [1] [2] [3]ApiClient interface improvements:
patchandpatchAsyncmethods toApiClientand its implementation, allowing custom headers to be passed with PATCH requests. [1] [2] [3] [4]Type safety and model updates:
countryfield in theAddressresponse model fromStringto theCountryCodeenum for better type safety. [1] [2]signedUrlfield topdfReportinAddressDocumentVerificationReportResponseand improved its documentation.…on_dateNote: the
PhysicalCardRequestandVirtualCardRequestconstructors keep their arity and parameter types, so positional constructor calls still compile. Only the parameter name changed.