60425: Verification SID invalid or not provided
VERIFY
ERROR
This error occurs when you send a Verify request with a missing or malformed Verification SID. For a Verification Check request, verificationSid must be a SID<VE> value that starts with VE and is 34 characters long. If you do not send verificationSid, send to instead.
- The request includes
verificationSid, but the value does not match the requiredSID<VE>format. - The request omits
verificationSid, and you also did not provideto. Verify requires one of those values when you create a Verification Check. - The request passes the wrong SID type, such as a Service SID that starts with
VA, instead of a Verification SID that starts withVE. - The SID was copied incorrectly, truncated, or includes extra characters. Verify expects
verificationSidto be 34 characters long.
- Send the
verificationSidexactly as returned when the verification was created. Make sure it starts withVEand is 34 characters long. - If you do not have the Verification SID, create the Verification Check request with
toinstead ofverificationSid. - Confirm that you are using a Verification SID and not another resource SID such as
serviceSid.serviceSidvalues start withVA, while Verification SIDs start withVE.