# 본인인증 결과

## 인증결과 데이터를 가져옵니다.

> \## 기능설명\
> \* 휴대폰 본인인증을 호출하여 리턴을 받은 결과값을 확인합니다.\
> \* 본인인증관련  이력을 저장합니다.\
> \---\
> \## 상세설명\
> \* NICE API 방식으로 구현되어 있습니다.\
> \* 모든 모듈에서 본인인증 후 호출 되는 공통 서비스로, 페이지 내 본인인증이 발생한 경우 이력이 저장됩니다.\
> \* 구분 코드에 따라, 회원의 경우 성인인증 여부도 업데이트합니다.\
> \* 비회원의 경우 성인인증여부는 업데이트 되지 않으며, 나이, 성인여부, 이름, 전화번호가 전달됩니다.\
> \* 비회원의 이름과 전화번호는 비회원 주문 시 사용되어야 할 데이터로 마스킹 또는 암호화 되지 않으나, 나이와 성인여부는 암호화되어 전달됩니다.\
> \---\
> \## 코드정리\
> &#x20;   \* 인증요청구분코드\
> &#x20;   \* 회원가입인증\
> &#x20;       \* pcMbrJoin (PC 버전)\
> &#x20;       \* mcMbrJoin (Mobile 버전)\
> &#x20;   \* 성인인증\
> &#x20;       \* pcAdlCerti (PC 버전)\
> &#x20;       \* mcAdlCerti (Mobile 버전)\
> &#x20;   \* 비밀번호 찾기\
> &#x20;       \* pcPwdSch (PC 버전)\
> &#x20;       \* mcPwdSch (Mobile 버전)\
> &#x20;   \* 아이디 찾기\
> &#x20;       \* pcIdSch (PC 버전)\
> &#x20;       \* mcIdSch (Mobile 버전)\
> &#x20;   \* 비회원 주문 비밀번호 찾기\
> &#x20;       \* pcUmPwdSch (PC 버전)\
> &#x20;       \* mcUmPwdSch (Mobile 버전)\
> &#x20;   \* 마이페이지 -> 전화번호 변경\
> &#x20;       \* pcTelChg (PC 버전)\
> &#x20;       \* mcTelChg (Mobile 버전)\
> &#x20;   \* 비회원 주문 본인인증\
> &#x20;       \* pcUmOrd (PC 버전)\
> &#x20;       \* mcUmOrd (Mobile 버전)\
> &#x20;   \* 소셜회원 인증\
> &#x20;       \* pcSocMbr (PC 버전)\
> &#x20;       \* mcSocMbr (Mobile 버전)\
> \---\
> \## 수정번호\
> \* Release v2.00\_240401: 본인인증 신규API<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE Member API","version":"v1"},"servers":[{"url":"https://api-member.x2bee.com/api/member/","description":"prd"}],"paths":{"/v1/member/niceOpenResponse":{"post":{"tags":["본인인증 결과"],"summary":"인증결과 데이터를 가져옵니다.","description":"## 기능설명\n* 휴대폰 본인인증을 호출하여 리턴을 받은 결과값을 확인합니다.\n* 본인인증관련  이력을 저장합니다.\n---\n## 상세설명\n* NICE API 방식으로 구현되어 있습니다.\n* 모든 모듈에서 본인인증 후 호출 되는 공통 서비스로, 페이지 내 본인인증이 발생한 경우 이력이 저장됩니다.\n* 구분 코드에 따라, 회원의 경우 성인인증 여부도 업데이트합니다.\n* 비회원의 경우 성인인증여부는 업데이트 되지 않으며, 나이, 성인여부, 이름, 전화번호가 전달됩니다.\n* 비회원의 이름과 전화번호는 비회원 주문 시 사용되어야 할 데이터로 마스킹 또는 암호화 되지 않으나, 나이와 성인여부는 암호화되어 전달됩니다.\n---\n## 코드정리\n    * 인증요청구분코드\n    * 회원가입인증\n        * pcMbrJoin (PC 버전)\n        * mcMbrJoin (Mobile 버전)\n    * 성인인증\n        * pcAdlCerti (PC 버전)\n        * mcAdlCerti (Mobile 버전)\n    * 비밀번호 찾기\n        * pcPwdSch (PC 버전)\n        * mcPwdSch (Mobile 버전)\n    * 아이디 찾기\n        * pcIdSch (PC 버전)\n        * mcIdSch (Mobile 버전)\n    * 비회원 주문 비밀번호 찾기\n        * pcUmPwdSch (PC 버전)\n        * mcUmPwdSch (Mobile 버전)\n    * 마이페이지 -> 전화번호 변경\n        * pcTelChg (PC 버전)\n        * mcTelChg (Mobile 버전)\n    * 비회원 주문 본인인증\n        * pcUmOrd (PC 버전)\n        * mcUmOrd (Mobile 버전)\n    * 소셜회원 인증\n        * pcSocMbr (PC 버전)\n        * mcSocMbr (Mobile 버전)\n---\n## 수정번호\n* Release v2.00_240401: 본인인증 신규API\n","operationId":"niceOpenResponse","parameters":[{"name":"Authorization","in":"header","description":"Access Token","required":false}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VerificationReturnDataRequest"}}},"required":true},"responses":{"200":{"description":"성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/VerificationReturnDataResponse"}}}},"900":{"description":"업무처리 오류 내용","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}},"components":{"schemas":{"VerificationReturnDataRequest":{"type":"object","properties":{"enc_data":{"type":"string","description":"NICE에서 전달받은 암호화된 데이터 정보"},"iv":{"type":"string","description":"암포화 IV"},"key":{"type":"string","description":"암호화 KEY"},"accessToken":{"type":"string","description":"accessToken"}}},"VerificationReturnDataResponse":{"type":"object","properties":{"responseno":{"type":"string","description":"응답고유번호"},"birthdate":{"type":"string","description":"생년월일 8자리"},"gender":{"type":"string","description":"성별"},"di":{"type":"string","description":"DI"},"mobileco":{"type":"string","description":"통신사"},"ci":{"type":"string","description":"CI"},"receivedata":{"type":"string","description":"전달받은 DATA"},"mobileno":{"type":"string","description":"휴대폰번호"},"requestno":{"type":"string","description":"요청 고유 번호(회원사에서 전달보낸 값)"},"nationalinfo":{"type":"string","description":"내외국인"},"authtype":{"type":"string","description":"인증수단"},"sitecode":{"type":"string","description":"암호화 토큰요청 API에 응답받은 SITE_CODE"},"utf8_name":{"type":"string","description":"UTF8로 URLEncoding된 이름 값"},"enctime":{"type":"string","description":"암호화 일시(YYYYMMDDHH24MISS)"},"name":{"type":"string","description":"이름"},"resultcode":{"type":"string","description":"결과코드"},"signUp":{"type":"string","description":"인증수단 고정"},"loginId":{"type":"string","description":"로그인ID"},"mbrNo":{"type":"string","description":"회원번호"},"certGb":{"type":"string","description":"인증요청구분코드(이력생성)"},"encAge":{"type":"string","description":"나이"},"adlCerti":{"type":"string","description":"성인증여부"},"accessToken":{"type":"string","description":"accessToken"},"wdraYn":{"type":"string","description":"탈퇴여부"},"rejoinPossibleDay":{"type":"string","description":"재가입가능잔여기간"}}},"Response":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tech.x2bee.com/api/store-front-api/member-api/undefined-9.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
