🤹4. Get verification info
Fetch the verification information and use it for identity verification purposes.
Use the imp_uid
obtained from mobile identity verification to get the customer's verification information.
STEP 01. Get verification ID (imp_uid) on the server-side
The following server-side code fetches the data returned from mobile identity verification.
STEP 02. Get verification information
To get verification information from the i'mport server, you must first get a REST API access token. 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:
STEP 03. Using verification information
Retrieve the following user information from the verification information and add the necessary service logic.
name
: namegender
: genderbirth
: date of birthunique_key
: same as CI value - unique key to identify the user, such as online social security number.unique_in_site
: same as DI value - unique key to identify the user per Merchant ID (website).
In addition to the above information, if you need access to a user's mobile phone number (phone
) and carrier (carrier
) or foreigner status (foreigner
), you must post a Consent to Provision of Personal Information on your website and send a request to cs@iamport.kr. Note that this service is available once it is requested to Danal PG and approved after contracting with i'mport.
<Email request format >
Business name:
Business registration number:
Danal Merchant ID (CPID) for identity verification:
Privacy Policy URL: If unable to provide the URL when using an app service, capture and send the 'Privacy Policy' path.
<Sample Privacy Policies of i'mport merchants>
Marpple Co., Ltd.: https://marpple.shop/kr/@/privacy
Brave Mobile Co., Ltd./Soomgo: https://soomgo.com/terms/privacy
Marketit Co., Ltd.: https://static.marketit.asia/static/privacy-terms.pdf
Last updated