select_disbursement_account
POST/v1/disbursements/:disbursement_id/select-account
Borrower picks another linked bank account to receive a previously-failed loan disbursement. The disbursement must currently be in awaiting_borrower_selection; on success it transitions back to pending and the asynq disbursement scanner re-attempts payout on its next tick. See docs/superpowers/specs/2026-05-25-loan-disbursement-bank-rail-design.md §5.5, §7.1.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
Disbursement updated; scanner re-picks on next tick
bad_request: Invalid input
unauthorized: Unauthorized
Caller does not own this disbursement
not_found: Resource not found
Disbursement is not in awaiting_borrower_selection state