Customer Onboarding
Endpoint to onboard a customer. The API responds with customer validation information.
Onboard a customer
POST
https://api.waldo.ai/onboard
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | The token obtained in the authentication request in the format |
Content-Type* | String | Expected type is |
Request Body
Name | Type | Description |
---|---|---|
firstName* | String | Customer's first name |
lastName* | String | Customer's last name |
officialId* | Object | Customer ID in format |
email* | String | Customer's e-mail address |
phone* | String | Customer's phone number |
dob* | String | Birthdate in format |
address* | String | Customer's address |
state* | String | Customer's state (abbreviated) in format |
zipCode* | String | Customer's postal code |
entityId | String | Customer ID in your database |
city* | String | Customer's city |
includeFraudCheck | Boolean | Whether to include the fraud check |
ipAddress | Boolean | Customer IP address |
Response
Last updated