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

Webhook trigger type - approved indicates that the KYC was automatically approved or approved from a pending state

kyc_result
object

Object containing KYC submission results

applicant_id
string

Unique identification ID assigned to check for duplicate submissions. Only provided when the KYC status is approved.

submission_id
string

Unique identifier for each KYC submission

email
string

Email address of the KYC submitter

tokenId
string

Token ID used when submitting via live form in private mode

cf
object

Object containing custom field (cf1, cf2, cf3) data

userid
string

Unique identifier for the KYC submitter defined by the client

age_group
string

Submitter’s age group category minor: 13 years old or younger, early-teen: 14 to 15 years old, teen: 16 to 17 years old, adult: 18 years old or older

gender
string

Submitter’s gender (male or female)

date_of_birth
string

Submitter’s date of birth (YYYY-MM-DD format)

nationality
string

Submitter’s nationality (ISO 3166-1 alpha-3 country code)

ipAddress
string

Submitter’s IP address

fullName
string

Submitter’s full name

idType
string

Type of submitted identification document

issuingCountry
string

Country that issued the identification document

issueDate
string

Issue date of the identification document (YYYY-MM-DD format)

expireDate
string

Expiration date of the identification document (YYYY-MM-DD format)

identityNumber
string

National identification number or equivalent identifier

documentNumber
string

Unique number of the identification document (e.g., passport number, driver’s license number)

additional_list
array

Array of additional form data if Additional Information is set in the dashboard settings. Only included under specific conditions.

additional_list_obj
object