# Loan signed Fires when the CCB contract is fully signed by all signatories on ClickSign. Includes the registered contract ccb_number. The next step is automatic disbursement. Use it to confirm to the customer that the contract has been successfully signed. Endpoint: POST loan.signed Version: 2026-03-01 Security: bearerAuth ## Request fields (application/json): - `type` (string, required) Event type identifier Enum: "loan.signed" - `timestamp` (string, required) When the event occurred - `data` (object, required) - `data.id` (string, required) - `data.status` (string, required) Enum: "signed" - `data.ccb_number` (string, required) Example: "CCB-2026-001234" ## Response 200 fields