Skip to main content
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

string
required

Request body

string
required
ISO-8601 YYYY-MM-DD. The effective date of the write-off.
string
Optional. Justification for the write-off.

Example

Response

200 OK returns the loan object with status="Closed (written off)".

Errors