Request payoutWhat the customer sees: they asked for the money. The screen stays "on the way" until it arrives or fails.Description: the 202 means the request was accepted, not that money moved. Repeating the call while payout is in flight or already arrived returns the same request — it does not pay twice. A failed payout may be asked again.Usage: after create-loan, when youCanNow includes request_payout.Details:{ loanId, amountPaise, beneficiaryRef, payoutRequestId? }. Amount is integer paise. Captures payoutRequestId. Missing or cancelled e-NACH → 422. Poll GET /application for payout.status (in_flight / arrived / failed) and payout.servicing after arrival. After money lands, Resend sends one confirmation email to the verified address. No verified email is still success — nothing is sent. The same drain hands the loan to servicing (mock ack if LMS env is unset).Next:POST /ops/dispatch-due (internal) so handlers actually run. Keep polling the screen until payout.status is arrived (or failed + try again).Auth:Authorization: Bearer {{accessToken}}Errors:400 loanId, amountPaise, beneficiaryRef are required · 401 unauthorized | session_expired · 409 Revision conflict