# Verification status changed Our system sends the “Verification status changed” callback when a user completes and submits a form. Please note that this callback is sent with the `verification_status` parameter set to `pending`. Enable in the Dashboard first The callback must be enabled in the Dashboard for a specific form before use. For instructions, see [Using the “Verification status changed” callback](/guides/form-integration#using-the-verification_status_changed-callback). ## Schema ## Example ```json { "type": "VERIFICATION_STATUS_CHANGED", "verification_status": "pending", "applicant_id": "aa6ca3a10440624d671b9ef4771c32cb9d3a", "external_applicant_id": "", "form_id": "24148eb10810e24b2c1afaa4b9759008d352", "form_token": "d2177cdf067d424a221b5d045dc616bf81f9", "verification_id": "270128a807f3c24bfb1b8da4a4af7d2080c4", "verification_attempts_left": null, "request_id": "5eb27e030be7f24a7f19c794926f1d2f2abc" } ```