Skip to main content
POST
Undo disbursal
Reverses a disbursement. The loan returns to approved state — the first step back from the Active state that POST /v1/loans lands at.
This is only safe if no repayment transactions have been recorded against the loan yet. Once a borrower has made any repayment, you must first reverse those transactions (see Reverse a repayment) before undoing the disbursal.
Two equivalent forms. Prefer the externalId form when you can — it lets you drive the rollback flow off your own loan reference.

Path parameters

string
required

Request body

string
Optional. Reason for the reversal.

Example

Response

200 OK returns the loan object with status="Approved".

Errors