Skip to main content
POST
Undo approval
Reverses a prior approval. The loan returns to submitted and pending approval so it can be modified or deleted. Cannot be used while the loan is disbursed (which is the default state after POST /v1/loans) — call Undo disbursal first.
Because partners always create loans via the single-call POST /v1/loans, walking back to a pending state takes two steps: undo-disbursal, then undo-approval. This endpoint exists for admin/operational reversals and is part of the rollback sequence after a wallet failure.
Two equivalent forms — prefer the externalId form for partner integrations.

Path parameters

string
required

Request body

string
Optional free-text note explaining the reversal.
The body is optional — POST with no body is valid.

Example

Response

200 OK returns the loan object with status reset to submitted.

Errors