IDV Errors & Edge Cases
Phone Verification Failures
Identity Verification Failures
Request Errors
Edge Cases
User needs a different phone number mid-flow
User needs a different phone number mid-flow
An Entity’s phone number cannot be changed once it has been set. If the user entered the wrong phone number, you’ll need to create a new Entity with the correct phone number and start the verification process from the beginning.
Same phone number across multiple Entities
Same phone number across multiple Entities
Multiple Entities can share the same phone number, but each Entity must complete its own verification independently.
Re-verification after Entity was previously verified
Re-verification after Entity was previously verified
Attempting to create a verification session for an already-verified type will return
EXISTING_VERIFIED_SESSION. Verification is persistent and does not need to be repeated.Attempting verification on a disabled Entity
Attempting verification on a disabled Entity
Verification sessions cannot be created for Entities that have been disabled. Ensure the Entity is in an active state before initiating verification.
Corporation Entity
Corporation Entity
Verification sessions are only available for individual Entities. Attempting to create a session on a corporation Entity will return
INVALID_ENTITY_TYPE.