# Loan cancelled Fires when the loan is cancelled before disbursement is completed. Includes the loan ID and cancelled status. Use it to update the status in your system and inform the customer. The original credit offer may still be available for a new request. Endpoint: POST loan.cancelled 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