Skip to main content
POST
Create Customer Account

Request

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

Request Example

Response

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

Response Example

Error Codes

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