Skip to main content
PATCH
Update Sub-Merchant Under Master 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

Master merchant (vendor) user ID.

sub_merchant_id
string<uuid>
required

Sub-merchant (subvendor) user ID under this master.

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

Sub-merchant updated

sub_merchant
object

Merchant user summary (master vendor or subvendor branch).