# Loan finished Fires when all loan installments are paid off and the contract is closed. Includes the loan ID and finished status. Use it to mark the loan as completed in your system and check if new credit offers are available. Endpoint: POST loan.finished Version: 2026-03-01 Security: bearerAuth ## Request fields (application/json): - `type` (string, required) Event type identifier Enum: "loan.finished", "loan.cancelled", "loan.error" - `timestamp` (string, required) When the event occurred - `data` (object, required) - `data.id` (string, required) - `data.status` (string, required) Enum: "finished", "cancelled", "error" ## Response 200 fields