Skip to main content
POST
Create a customer

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json

Create a customer

subMerchantId
string

Unique identifier of the submerchant.

name
string

Display name.

email
string

Email address.

phone
string

Phone number.

Response

200 - application/json

Customer created successfully.

subMerchantId
string

Unique identifier of the submerchant.

name
string

Display name.

email
string

Email address.

phone
string

Phone number.

Last modified on July 14, 2026