Create Customer
This creates a new customer
Last updated
This creates a new customer
Last updated
To create a new customer you make a post request to the create customer endpoint by passing LastName
, FirstName
, OtherNames
, City
, ReferralName
and some other required payload in the request body.
Production URL
Staging URL
POST
http://api.mybankone.com/BankOneWebAPI/api/Customer/CreateCustomer/
version*
Int
Current API Version
authToken*
String
auth token for this request
LastName*
String
Customer's last name
FirstName*
String
Customer's first name
OtherNames*
String
Other names of the customer
City*
String
Customer's City
Address*
String
Customer's Address
Gender*
String
Customer's Gender
DateOfBirth*
String
Customer's date of birth in Year/month/day format
PhoneNo*
String
Customers Phone number
PlaceOfBirth*
String
Customer's place of birth
NationalIdentityNo*
String
Customer's NIN
NextOfKinName*
String
Customer's next of kin name
NextOfKinPhoneNumber*
String
Customer's Next of Kin phone number
ReferralName
String
Name of person that referred the customer
ReferralPhoneNo
String
Phone number of person that referred the customer
CustomerType*
String
Customer type
BranchID*
String
Bank branch Id
BankVerificationNumber *
String
Customer BVN
Email*
String
Customer email
HasCurrentRunningLoanAnddNottDefaultingg*
Int
If the customer has a current loan
HasDefaultedInAnyLoan*
Int
If the customer has defaulted any loan
HasNoOutStandingLoanAndNotDefaulting*
Int
If the customer has any outstanding loan
HasCompleteDocumentation
Boolean
If the customer has completed the document
customerPassportInBytes
String
Link to customer's image
AccountOfficerCode*
String
Customer's account officer code