lender selects payout account for an installment
POST/v1/installments/:installment_id/select-payout-account
After a Providus push-payout failure (design §5.9), the lender uses this
endpoint to redirect the lender share of an installment to a different
linked bank account. The installment must be in
awaiting_lender_payout_reselection; the new bank account must belong to
the caller and be verified. On success the installment moves back to due
and the next scheduler tick re-enqueues the Providus push.
Symmetric with the borrower-side POST /v1/disbursements/{disbursement_id}/select-account endpoint (added by the disbursement bank-rail PR), but on a separate URL to keep the discriminator unambiguous.
Request
Responses
- 200
- 400
- 401
- 404
Lender payout account updated
bad_request: Invalid input
unauthorized: Unauthorized
not_found: Resource not found