Get verification info
Fetch the verification information and use it for identity verification purposes.
Last updated
Fetch the verification information and use it for identity verification purposes.
Last updated
Use the imp_uid
obtained through integrated identity verification to get the customer's verification information.
The following server-side code fetches the data returned from identity verification.
To get verification information from the i'mport server, you must first get a . Use the access token
and imp_uid
(verification ID) to call the Get identity verification info REST API that returns the verification information as follows:
Retrieve the following user information from the verification information and add the necessary service logic.
name
: name
gender
: gender (to be supported)
birth
: date of birth
unique_key
: same as CI value - unique key to identify the user, such as online social security number.
Get the user information and use it as needed. For example, you can use it to check age restrictions as follows: