# Loan error Fires when an unrecoverable error occurs in the loan, such as a disbursement failure or contract generation error. Includes the error code and message in the error field. Use it to alert your team, log the issue, and inform the customer about the situation. Endpoint: POST loan.error 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