approved-webhook-sample.json
{
    "webhook_trigger": "approved",
    "kyc_result": {
      "status": "string",
      "updated_at": "string",
      "created_at": "string",
      "kyc_result_at": "string",
      "pending_at" : "string",
      "reviewer": "string"
    },
    "applicant_id": "string",
    "submission_id": "string",
    "email": "string",
    "tokenId" : "string",
    "cf": {
      "cf1": "string",
      "cf2": "string",
      "cf3": "string"
    },
    "userid": "string",
    "age_group" : "string",
    "gender": "string",
    "date_of_birth": "string",
    "nationality": "string",
    "ipAddress": "string",
    "fullName": "string",
    "idType": "string",
    "issuingCountry": "string",
    "issueDate": "string",
    "expireDate": "string",
    "identityNumber" : "string",
    "documentNumber" : "string",
    "additional_list" : [{
        "answer" : "string",
        "inputValue" : "string",
        "blockType" : "string"
    },...]
  }

webhook_trigger
string

웹훅 트리거 유형 - approved는 KYC가 자동 승인되거나 대기 상태에서 승인됨을 의미

kyc_result
object

KYC 제출 결과를 포함하는 객체

applicant_id
string

중복 제출을 확인하기 위해 부여되는 고유 식별 ID로, KYC 상태가 승인일 때만 전달 됩니다.

submission_id
string

KYC 제출 건별 고유 식별자

email
string

KYC 제출자 이메일 주소

tokenId
string

비공개 모드의 라이브 폼 제출 시 사용된 토큰 ID

cf
object

사용자 정의 필드 (cf1, cf2, cf3) 데이터를 포함하는 객체

userid
string

고객사에서 정의한 KYC 제출자 고유 식별자

age_group
string

제출자의 연령대 카테고리 minor : 13세 이하, early-teen: 14 ~ 15세, teen: 16 ~ 17세, adult: 18세 이상

gender
string

제출자의 성별 (male 또는 female)

date_of_birth
string

제출자의 생년월일 (YYYY-MM-DD 형식)

nationality
string

제출자의 국적 (ISO 3166-1 alpha-3 국가 코드)

ipAddress
string

제출자의 IP 주소

fullName
string

제출자의 전체 이름

idType
string

제출된 신분증 유형

issuingCountry
string

신분증 발급 국가

issueDate
string

신분증 발급일 (YYYY-MM-DD 형식)

expireDate
string

신분증 만료일 (YYYY-MM-DD 형식)

identityNumber
string

주민등록번호 또는 이에 준하는 식별 번호

documentNumber
string

신분증 고유 번호 (예: 여권번호, 운전면허번호)

additional_list
array

대시보드 설정에서 Additional Information을 설정한 경우, 추가 양식 데이터 배열. 특정 조건에서만 포함됨

additional_list_obj
object

Was this page helpful?