Customers
Create Customer
Create Customer
POST
/
customers
/
add
Authorizations
Authorization
string
headerrequiredBasic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Body
application/json
email
string
first_name
string
last_name
string
merchant_key
string
phone_number
string
Response
200 - application/json
data
object
message
string
result
boolean