Skip to main content
POST
Update 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

Update a customer

customerId
string

Unique identifier of the 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 updated successfully.

customerId
string

Unique identifier of the customer.

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