Skip to main content
POST
Create Customer Account

Request

x-api-key
string
required
Your API key for authentication
firstName
string
required
First name of the customer
lastName
string
required
Last name of the customer
middleName
string
Middle name of the customer
emailAddress
string
required
Email address of the customer
mobileNumber
string
required
Mobile number of the customer
dob
string
required
Date of birth in YYYY-MM-DD format (e.g., 1990-08-15)
address
string
required
Address of the customer
city
string
required
City of the customer
country
string
required
Country of the customer
type
string
required
Customer Account type

Request Example

Response

status
string
Response status: success or error
statusCode
number
HTTP status code (201 for successful creation)
message
string
Human-readable response message
data
object

Response Example

Error Codes

Rate Limit: 100 requests per minute
Store the customer_id in your database for future reference and customer management.