# Customer under review Fires when all required KYC documents have been submitted and the credit review is started by Dinie. Includes the customer ID and under_review status. Use it to update the status in your system and inform the customer that the review is in progress. Endpoint: POST customer.under_review Version: 2026-03-01 Security: bearerAuth ## Request fields (application/json): - `type` (string, required) Event type identifier Enum: "customer.under_review", "customer.active" - `timestamp` (string, required) When the event occurred - `data` (object, required) - `data.id` (string, required) - `data.status` (string, required) Enum: "under_review", "active" - `data.external_id` (string,null, required) ## Response 200 fields