Identity Verification
The identity verification feature refers to the process of confirming a member's identity in order to use services such as sign-up and finding an ID/password. The shopping mall uses identity verification to confirm that a member meets the appropriate age requirement (14 years or older), and restricts minors from accessing harmful products and content to ensure safe use of the service.
Key Features
When signing up or using other services, identity verification is used to confirm that the member is 14 years of age or older.
Adult verification status grants only verified adult members access to certain products and content.
Identity verification confirms the owner of the account and supports personal information changes and the ID/password recovery service.
Process Definition

API Function List
Save Member Identity Verification History
After mobile identity verification, saves the result of the identity verification process carried out per module, and if the request classification code indicates an adult verification request, updates the member's adult verification status.
Member
POST
Definition of Terms
Identity Verification
Mobile identity verification allows the unique identifying information (CI) to be obtained. This information can be used to confirm a member's identity, and helps protect personal information and enable secure transactions.
Other Notes
Identity Verification
Uses the NICE identity verification API.
The values received through identity verification are as follows.
Non-Member Identity Verification
Non-members can use the service after identity verification when purchasing a product.
When a non-member accesses the detail page of an adult-only product, they must go through the identity verification process and be 19 years of age or older to use the service.
During non-member identity verification, the age and adult verification status data are encrypted and set in a cookie.
During non-member identity verification, the customer name and phone number data are set in session storage.
Identity Verification Development Settings
niceid.js
Line 8: sSiteCode = site code Line 9: sSitePW = site password. Windows OS users: Uncomment line 16 Comment line 17. MAC OS users: Comment line 16 Uncomment line 17
MAC OS users must change the permissions of the identity verification module. e.g. from the venus-x2bee-mo-vanilla path, run $ sudo chmod 755 CPClient_mac, then run the CPClient_mac file once, and approve the 'Open App from Unidentified Developer' permission.
checkplus_success.js
Line 7: sSiteCode = site code Line 8: sSitePW = site password. Windows OS users: Uncomment line 13 Comment line 14. MAC OS users: Comment line 13 Uncomment line 14
MAC OS users must change the permissions of the identity verification module. e.g. from the venus-x2bee-mo-vanilla path, run $ sudo chmod 755 CPClient_mac, then run the CPClient_mac file once, and approve the 'Open App from Unidentified Developer' permission.