Create Customer
This endpoint enables you to create a customer profile
Create Customer
Use this endpoint to create profile for an individual.
Once a customer profile is created, you are required to provide the customer’s BVN and NIN via the KYC endpoints.
Please note: A customer must attain a KYC Tier 1 status before an open wallet can be created for them.
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 customer’s residential street. Example: 20 Marina
The customer’s residential city. Example: Lagos
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