Skip to main content
Projection 을 적용하기 위해서는, URL QueryString 에 파라미터 옵션을 적용해야 합니다.자세한 사항은 주요 QueryString 파라미터 를 참조하세요.

1. 엔드포인트

POST/Projection

2. 인증

Include the API key in the x-api-key header:
x-api-key

3. 요청 본문

요청 본문은 JSON 형식이어야 합니다. 다음은 필드 설명입니다:
string
필수
Projection 이름. 이름은 소문자, 숫자, 언더스코어(_)만 허용함
string
필수
Projection 모드 현재는 exclude 만 지원함
array
필수
제외할 필드 목록을 배열 형태로 지정 가능
  • first_name제출자의 First name
  • last_name제출자의 Last name
  • full_name제출자의 Full name
  • full_name_en제출자의 영문 Full name (KYC 승인 시 음역, 의역하지 않음)
  • gender: male 혹은 female
  • nationality: ISO alpha-3 국가 코드
  • date_of_birth: 제출자의 생년월일
  • ip_address: IPv4 타입의 IP 주소
  • idType: 신분증 타입 (e.g., driver’s license, passport)
  • idcard_issuingCountry: 신분증 발급국가의 ISO alpha-3 코드
  • idcard_issueDate: ID의 발급일자 YYYY-MM-DD 형식.
  • idcard_expireDate: ID의 만료일자 YYYY-MM-DD 형식.
  • identityNumber
  • documentNumber
  • address_city
  • address_country
  • address_state
  • address_street
  • address_street2
  • address_zipcode
  • address_globalCode: 글로벌 주소 코드 (e.g., 8Q98HXPG+MP)
  • address_compoundCode: 복합 주소 코드 (e.g., HXPG+MP, Seoul, South Korea)
  • address_formatted: 변환된 상세 주소
  • address_input: 제출자가 입력한 주소
  • address_detail: 제출자가 입력한 상세 주소
  • cf1: 커스템 필드 1
  • cf2: 커스템 필드 2
  • cf3: 커스템 필드 3
Knowledge-Based 전용 필드
  • age_group
  • ssnNumber: 소셜 시크리트 넘버.
    * 소문자 CamelCase 적용으로 파라미터 관리상 필드명에 Number 가 한번더 기재되어 있습니다.
  • phoneNumber
e.g.
  • ["first_name","mid_name","last_name","full_name","idtype"]
  • ["date_of_birth","address_formatted","address_detail"]

4. 요청 예시

POST/Projection

5. 응답

5-1. 성공 응답

5-2. 응답 필드

5-3. 오류 응답