The projection API can exclude full_name, gender, etc.For details, refer to this link.
{
    "submission_id": "string",
    "email": "string",
    "cf": {
        "cf1": "string",
        "cf2": "string",
        "cf3": "string"
    },
    "applicant_id": "string",
    "webhook_trigger": "approved",
    "kyc_result": {
        "status": "approved",
        "updated_at": "string",
        "created_at": "string",
        "kyc_result_at": "string",
        "reviewer": "string"
    },
    "age_group": "N/A",
    "gender": "string",
    "date_of_birth": "string",
    "nationality": "string",
    "duplicated_information": "string",
    "full_name": "string",
    "phoneNumber": "string",
    "ssnNumber": "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
duplicated_information
string
A unique ID is generated based on name, date of birth, gender, and nationality for duplicate checks. (*Always generated when all four criteria are provided.)
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
full_name
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
ssnNumber
string
Social Security Number.
* for applying the lowerCamelCase convention to the written Number once more.