Skip to main content
PATCH
Update Merchant Or Sub-Merchant

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

merchant_id
string<uuid>
required

Body

application/json

At least one property must be set.

email
string<email>
phone_number
string
first_name
string
last_name
string
kyc_status
enum<string>
Available options:
pending,
approved,
rejected
is_active
boolean

Response

200 - application/json

Merchant updated

merchant
object

Merchant user summary (master vendor or subvendor branch).