60426: Verification ID invalid or not provided
VERIFY
ERROR
This error occurs when your Verify request sends a missing or malformed Verification SID. Verify uses Verification SIDs that start with VE, and the verificationSid value must match the expected SID format when you check a verification by SID.
- The request does not include
verificationSidwhen your integration is trying to identify the verification by SID instead of byto. - The Verification SID is incorrectly formatted and does not match
^VE[0-9a-fA-F]{32}$. - The value sent in
verificationSidis not theverification.sidreturned when you created the verification. - The request sends a different SID type, such as a Service SID that starts with
VA, instead of a Verification SID that starts withVE.
- Pass the
verification.sidreturned by the create Verification response if you want to check the verification by SID. - Validate that the
verificationSidvalue starts withVE, is 34 characters long, and matches^VE[0-9a-fA-F]{32}$before you send the request. - If you are not checking the verification by SID, send the
toparameter instead. Verify accepts eithertoorverificationSidfor a Verification Check request. - Make sure you send the Verification SID in the correct request field and do not substitute another resource SID, such as the Verify Service SID.