60511: SNA Downstream Error
VERIFY
ERROR
This error occurs when a Verify request that uses Silent Network Auth fails during downstream SNA processing. Check the Verification Check response for sna_attempts_error_codes to confirm that 60511 was returned, then move the user to another verification channel.
- A required carrier header was missing during the Silent Network Auth flow.
- The phone number used for the verification attempt was invalid.
- The
sna.urlrequest was invoked on a carrier path that does not support HTTPS for that SNA flow. - The redirect chain for the
sna.urlinvocation was invalid or interrupted before the carrier could complete the check.
- Retry the verification with a different Verify channel instead of Silent Network Auth.
- Check
sna_attempts_error_codeson the Verification Check response and use that result to decide whether to fall back to SMS, voice, WhatsApp, or another supported channel. - Verify that the destination phone number is valid and formatted in
E.164before starting a new verification. - Invoke the one-time
sna.urlfrom the end user's device over the mobile network and usePOSTfor production implementations. - Allow the SNA redirect flow to complete without rewriting or interrupting the request.
- If you are testing with a browser or Live Test Number, confirm that the device or browser is not forcing HTTPS in a way that breaks the carrier flow.