Create Customer
This endpoint enables you to create a customer profile
Create Customer
Use this endpoint to create profile for an individual.
Additional Information
To successfully create a customer profile on Embedly, the customer’s BVN (Bank Verification Number) or NIN (National Identity Number) must be provided. This ensures the customer is KYCed for Tier 1 account creation.
Optionally, you can provide both the customer’s BVN (Bank Verification Number) and NIN (National Identification Number). Supplying both identifiers enables KYC up to Tier 2.
It is standard practice to save the returned customerId once you have successfully created a customer. This reduces the number of api calls you have to make to embedly to perform certain actions thereby improving the speed of your application
Request Parameters
The first name of the individual. Example: John
The last name of the individual. Example: Doe
The middle name of the individual. Example: Michael
The individual’s email address. Example: john.doe@example.com
The individual’s phone number. Example: 08012345678
The individual’s date of birth in YYYY-MM-DD
format. Example:
1980-01-01
The type of customer. (Must be a UUID) Example:
f671da57-e281-4b40-965f-a96f4205405e The value should be gotten from the get customer types endpoint in the customer utils section
The unique identifier of the customer’s nationality. (Must be a UUID)
Example: f671da57-e281-4b40-965f-a96f4205405e The value should be gotten from the get countries endpoint in the customer utils section