60510: SNA Error
VERIFY
ERROR
This error occurs when Verify receives a Silent Network Auth verification request but cannot complete the SNA flow successfully. Silent Network Auth depends on invoking sna.url from the end user's device over an active cellular data session so Verify can confirm the session with the carrier.
- The mobile client invoked
sna.urlwhile connected to Wi-Fi instead of cellular data. Silent Network Auth requires a cellular data connection for the carrier check. - The handset did not have the active mobile data session that Silent Network Auth needs to complete the verification flow.
- Carrier or network restrictions prevented the Silent Network Auth process from completing successfully.
- Invoke
sna.urlfrom the end user's mobile device over cellular data, not Wi-Fi. During testing, turn off Wi-Fi before opening the SNA URL. - Call the Verification Check API and inspect
sna_attempts_error_codesto get the final SNA result and more detailed error information for troubleshooting and monitoring. - Fall back to SMS or another Verify channel for this end user. If you want Verify to try Silent Network Auth first and use SMS when SNA is unavailable, use the
autochannel flow.