Zing Data
Identity
Get data on the customer’s identity
Identity Data
The Identity data endpoint provides a range of fields to verify user identities, supporting KYC (Know Your Customer) processes and user verification. This endpoint can be utilized to auto-complete account data, aid in fraud reduction, and gather personal information such as the user’s full name, email address, phone number, gender, date of birth, and Bank Verification Number (BVN). These details assist in identifying users associated with specific financial institutions.
{
"first_name": "Richard",
"last_name": "Hendricks",
"gender": "male",
"phone": "09055442289",
"email": "richardhendricks@gmail.com",
"bvn": "22134567890",
"address": "4a, Aviato Close"
}
Fields
Field | Description | Type |
---|---|---|
first_name | The customer’s first name. | string |
last_name | The customer’s last name. | string |
gender | Gender of the customer. | string |
phone | Phone number of the customer. | string |
Email address of the customer. | string | |
bvn | Bank Verification Number of the customer. | string |
address | Full home address of the customer. | string |