Write off a loan
Loans
Write off a loan
Write off the outstanding balance of a delinquent loan.
POST
Write off a loan
Writes off the entire outstanding balance of a loan. The loan
transitions to closed (written off). Use this when the loan is
deemed uncollectible. Recovery payments collected after write-off can
still be recorded via Recover.
Numeric-id only — there is no
/v1/loans/external/{loan_external_id} form.
Path parameters
Request body
ISO-8601
YYYY-MM-DD. The effective date of the write-off.Optional. Justification for the write-off.
Example
Response
200 OK returns the loan object with
status="Closed (written off)".
Errors
| Code | When |
|---|---|
not_found | No loan with that ID |
aborted | Loan has no outstanding balance, or is in a state that cannot be written off |

