feat(accounts): add ISV payout schedule fields and payment_instrument_id - #230
Conversation
🟢 Risk Classification: LOWApproval route: AI Auto-Approval Classification reasons
Operational gates
Files analysed: 2 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 |
There was a problem hiding this comment.
✅ Auto-approved — this PR meets all Low-risk criteria.
All checks passed, no unresolved comments, and the change classification is:
no_low_class_matchedprod_source_modified2.2.6_logical_extension:The diff only adds optional fields and documentation comments to existing request/response model classes without introducing new endpoints, persisted data, auth changes, external integrations, or new abstractions.
wall-e 2026.06.19-02 · policy 376219bc71e6…
377984c to
a947f58
Compare
🟢 Risk Classification: LOWApproval route: AI Auto-Approval Classification reasons
Operational gates
Files analysed: 2 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 |
|



Summary
Adds the 2026-08-05 spec changes: the ISV (SaaS seller) payout schedule fields
balance_minimumandcarry_forward_enabled, pluspayment_instrument_idwhich was present in the spec but missing from the SDK. Includes characterization tests pinning the payout schedule GET response shape and frequency serialization the API actually uses.Changes
balance_minimum,carry_forward_enabled,payment_instrument_idAPI Reference
GET /accounts/entities/{id}/payout-schedulesPUT /accounts/entities/{id}/payout-schedulesBreaking changes
None.
README
No README impact.