Skip to contentSkip to navigationSkip to topbar
Page toolsOn this page
Looking for more inspiration?Visit the

Verify Automatic SMS Fallback Overview


(information)

Info

Verify Automatic SMS Fallback is currently in the Pilot maturity stage, please contact sales(link takes you to an external page) to request access to this feature.

Setting the channel parameter to auto will attempt a verification using Silent Network Auth (SNA) with a fallback to SMS if needed.

SNA is a very secure authentication channel that uses direct carrier connections to verify the possession of a phone number without requiring user input. However, SNA cannot be used in some cases due to carrier or network restrictions. Automatic Channel Selection works by proactively checking if an end user's IP address can support using SNA. If it doesn't, or if other restrictions or errors in the SNA process exist, the SMS channel is used as a back-up.

Learn more about how to implement Automatic SMS Fallback.


device_ip parameter

device_ip-parameter page anchor

It's strongly encouraged to include the device_ip parameter when using Automatic SMS Fallback. It is used to preemptively determine whether or not SNA will work for a given device.

To get a device's IP address, we recommend sending a hit from the device to the server to let the server determine the public IP address rather than getting the local IP address from the device directly. The public IP address allows Verify to assess its connectivity and if a device might be using a dual SIM.