> For the complete documentation index, see [llms.txt](https://tech.x2bee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tech.x2bee.com/api/store-front-api/member-api/undefined-12.md).

# 본인인증

## 회원 본인인증 이력 저장

> \## 기능설명\
> \* 본인인증 이력이 저장됩니다.\
> \---\
> \## 상세설명\
> \* 모든 모듈에서 본인인증 후 호출 되는 공통 서비스로, 페이지 내 본인인증이 발생한 경우 이력이 저장됩니다.\
> \* 구분 코드에 따라, 회원의 경우 성인인증 여부도 업데이트합니다.\
> \* 비회원의 경우 성인인증여부는 업데이트 되지 않으며, 나이, 성인여부, 이름, 전화번호가 전달됩니다.\
> \* 비회원의 이름과 전화번호는 비회원 주문 시 사용되어야 할 데이터로 마스킹 또는 암호화 되지 않으나, 나이와 성인여부는 암호화되어 전달됩니다.\
> \---\
> \## 코드정리\
> \* 인증요청구분코드\
> &#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 버전)\
> &#x20;  \## 수정번호\
> &#x20;   \* Release v2.00\_240401: 파라미터 필드가 mbrNo 에서 accessToken로 변경 됨<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/certiInfo":{"post":{"tags":["본인인증"],"summary":"회원 본인인증 이력 저장","description":"## 기능설명\n* 본인인증 이력이 저장됩니다.\n---\n## 상세설명\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    * Release v2.00_240401: 파라미터 필드가 mbrNo 에서 accessToken로 변경 됨\n","operationId":"saveCertiInfo","parameters":[{"name":"etMbrMyCertiInfo","in":"query","description":"본인인증 구분 정보","required":true,"schema":{"type":"string","description":"EtMbrMyCertiInfo"}},{"name":"Authorization","in":"header","description":"Access Token","required":false}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EtMbrMyCertiInfo"}}},"required":true},"responses":{"200":{"description":"성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CertiInfoResponse"}}}},"900":{"description":"업무처리 오류 내용","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}},"components":{"schemas":{"EtMbrMyCertiInfo":{"type":"object","properties":{"mbrMyCertiInfoSeq":{"type":"string","description":"회원본인인증순번"},"certiReqGb":{"type":"string","description":"인증요청구분"},"certiWay":{"type":"string","description":"인증수단"},"accessToken":{"type":"string","description":"액세스 토큰"},"mbrNo":{"type":"string","description":"회원번호"},"certiSucsYn":{"type":"string","description":"인증성공여부"},"nm":{"type":"string","description":"이름"},"brth":{"type":"string","description":"생년월일"},"ciCtacVal":{"type":"string","description":"CI연계 값"},"telcoInfo":{"type":"string","description":"통신사정보"},"cellNo":{"type":"string","description":"휴대폰 번호"},"procRsltOrgNo":{"type":"string","description":"처리결과고유번호"}},"required":["brth","cellNo","certiReqGb","certiWay","ciCtacVal","nm","telcoInfo"]},"CertiInfoResponse":{"type":"object","description":"회원 본인인증 Response","properties":{"age":{"type":"string","description":"나이"},"adlCerti":{"type":"string","description":"성인인증여부"},"mbrNm":{"type":"string","description":"회원명"},"cellNo":{"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"}}}}}}
```
