Event type: Loan
profile
(Object): personal informationname
(String): namephone
(Object): mobile phone/phonecountry_code
(Integer): Country area code, conforms to the International Telecommunication Union E.164 standard, does not include the + sign and the prefix 0, such as 86phone_number
(String): mobile phone number / phone number, excluding + sign and prefix
id
(Object): Identity informationid_country
(String): Country, two-digit country code, conforming to ISO 3166 standard, such as CNid_type
(String): ID type- identity_card: ID card
- passport: passport
- driving_licence: driving license
- birth_certificate: birth certificate
- others: others
id_number
(String): ID numbervalid_date
(String): Certificate validity period, format: YYYY-MM-DD, for example 1998-01-01
email
(String): Emailsex
(String): gender, enumeration value- male: male
- female: female
birthdate
(String): date of birth, format: YYYY-MM-DD, for example 1998-01-01birthplace
(Object): birthplacecountry
(String): country, two-digit country code, compliant with ISO 3166 standardregion
(String): province/state/regioncity
(String): citydistrict
(String): District and countydetail
(String): Detailed addresszip_code
(String): zip code
address
(Object): personal address (location)country
(String): country, two-digit country code, compliant with ISO 3166 standardregion
(String): province/state/regioncity
(String): citydistrict
(String): District and countydetail
(String): Detailed addresszip_code
(String): zip code
marital_status
(String): Marital status- single: single
- married: married
- separated: separated
- divorced: divorced
- widowed: widowed
- cohabited: living together
- customary: customary marriage, such as polygamy (polygamy)
education
(String): academic qualifications, enumeration value- doctorate: doctor
- master: master's degree
- bachelor: undergraduate
- junior_college: junior college
- high_school: high school
- middle_school: junior high school
- below_middle_school: below junior high school
company_name
(String): working unitcompany_phone
(String): Work unit phone numbercompany_address
(String): Work unit addressprofession
(String): Professionnationality
(String): nationality, two-digit country code, in compliance with ISO 3166 standard, such as CN
contact
(Object): Contact information, multiple contact information can be transferredname
(String): contact namephone
(Object): Contact phone numbercountry_code
(Integer): Country area code, conforms to the International Telecommunication Union E.164 standard, does not include the + sign and the prefix 0, such as 86phone_number
(String): mobile phone number / phone number, excluding + sign and prefix
relationship
(String): contact's social relationship- parent: parent
- spouse: spouse
- child: children
- sibling: brothers and sisters
- cousin: brothers and sisters
- other_relative: other relatives
- friend: friend
- classmate: classmates
- coworker: colleague
- other_cases: other cases
card
(Object): bank card informationbank_name
(String): name of the account opening bank
identity_ext
(Object): Identity extension information, transmits identity authentication information such as portrait photos, videos, etc.face_image_type
(String): Portrait photo type- url: URL of the photo, which must be accessible from the external network
- base64: base64 value of the photo
face_image
(Array of String): portrait photo, photo information, if face_image_type="url" it is the specific url path; if face_image_type="base64" it is the base64 encoded value of the photo. Can be 1-8 sheets.face_video_type
(String): Living video type- url: URL of the video, which must be accessible from the external network
- base64: base64 value of the video
face_video
(String): Live video, video information, if face_video_type="url" it is the specific url path; if face_video_type="base64" it is the base64 encoding value of the videoid_image_type
(String): ID document portrait page photo type- url: URL of the image, which must be accessible from the external network
- base64: base64 value of the image
id_image
(String): ID card portrait page photo, image information, if id_image_type="url" it is the specific url path; if id_image_type="base64" it is the base64 encoded value of the image