Undo approval
Loans
Undo approval
Reverse an approval and return the loan to submitted state.
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 afterDocumentation Index
Fetch the complete documentation index at: https://docs.lms.bsa.ai/llms.txt
Use this file to discover all available pages before exploring further.
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.Path parameters
Request body
Optional free-text note explaining the reversal.
Example
Response
200 OK returns the loan object with status reset
to submitted.
Errors
| Code | When |
|---|---|
not_found | No loan with that ID |
aborted | Loan was never approved, or has already been disbursed |

