Create a Customer
Create a new customer
Method and URL
Request
Example Body Request Payload
{
"firstName":"John",
"lastName":"Doe",
"email": "johndoe@gmail.com",
"phoneNumber":"081234567890",
"merchantId": "7822-9dfu-2156-lgtm",
"address": {
"addressLine1": "addressLine1",
"addressLine2": "addressLine2",
"city": "Jakarta",
"state" : "DKI Jakarta",
"country": "ID",
"postalCode": "123456"
},
"metadata": {
"foo": "bar"
}
}Schema Path
Description
Specifications
Response
Example Response Body
Response Data Schema
Schema Path
Description
Data Type Validation