The API solution offers the capability to be able to send the details in a Zamp API, allowing you to completely customise the front end experience for your user.
The below is a sample of what the KYC object looks like. Once the user is onboarded, it automatically creates a contact account with their bank details.
| Key | Type | Description |
|---|---|---|
| status | String | Indicates the current status of the data. |
| user_type | String | Identifies whether the user is a business or individual |
| contact_id | String | contact that this user should be associated to |
| first_name | String | The individual's first name. |
| last_name | String | The individual's last name. |
| date_of_birth | String (Date format) | The individual's date of birth in YYYY-MM-DD format. |
| phone_number | String | The individual's phone number, including country code. |
| String | The individual's email address. | |
| address.line1 | String | The first line of the individual's street address. |
| address.line2 | String | The second line of the individual's street address (optional). |
| address.locality | String | The city or town of the individual's address. |
| address.region | String | The state, province, or region of the individual's address. |
| address.postal_code | String | The postal code or ZIP code of the individual's address. |
| address.country | String | The two-letter country code of the individual's address. |
| taxpayer_identifier | String | The individual's tax identification number. |
| contact_account.account_details[0].account_number | String | The account number of the individual's bank account. |
| contact_account.account_details[0].account_number_type | String | The type of the external account number (e.g., checking, savings, other). |
| contact_account.routing_details[0].routing_number | String | The routing number of the individual's external bank account. |
| contact_account.routing_details[0].routing_number_type | String | The type of routing number (e.g., ABA, ACH). |
| contact_account.account_type | String | The type of external account (e.g., checking, savings). |
| documents | Array of objects | Array of object of document type, and base64 encoded documents |