v1
latestOpenAPI 3.1.02026-07-26490367.2 KBCreate Customer
Creates a new customer.
post/customers
Request body
Example request
{
"type": "individual",
"name": "Jane Smith",
"phoneNumber": "+2348012345678",
"emailAddress": "jane.smith@example.com",
"individual": {
"firstName": "Jane",
"lastName": "Smith",
"otherNames": "Maria",
"dob": "1985-05-15",
"identity": {
"type": "PASSPORT",
"number": "A12345678"
},
"documents": {
"idFrontUrl": "https://your-bucket.s3.amazonaws.com/<businessId>/customers/<customerId>/passport-front.jpg",
"idBackUrl": "https://your-bucket.s3.amazonaws.com/<businessId>/customers/<customerId>/passport-back.jpg"
}
},
"status": "active",
"billingAddress": {
"line1": "42 Corporate Tower, Marina",
"line2": "Floor 8",
"city": "Lagos",
"state": "Lagos",
"postalCode": "100221",
"country": "Nigeria"
}
}Response
Customer created successfully.