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.Documentation Index
Fetch the complete documentation index at: https://docs.api.bsa.ai/llms.txt
Use this file to discover all available pages before exploring further.
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 |

