Skip to main content
PATCH

Update Merchant

Update basic information for a sub-merchant linked to your marketplace. You can also update this marketplace’s commission rate for that specific merchant.

Path Parameters

merchantId
string
required
The business ID of the sub-merchant to update.

Request Body

At least one field is required.
business_name
string
Sub-merchant business name.
business_email
string
Sub-merchant email address. This must be unique across Khaime accounts.
business_phone
string
Sub-merchant public phone number.
business_country
string
Sub-merchant country name or country value stored on the business account.
business_country_code
string
2-letter ISO country code, for example NG, US, or GB.
business_website
string
Sub-merchant website URL.
business_description
string
Public sub-merchant description.
commission_rate
number
Commission rate for this marketplace-merchant relationship, expressed as a decimal between 0 and 1. For example, send 0.12 for 12%.

Response

Behavior

This endpoint only updates merchants that are actively linked to your marketplace. Profile fields update the sub-merchant’s Khaime business profile and public portfolio fields. commission_rate updates the commission override for this specific marketplace-merchant relationship.
Use Update Marketplace Settings when you want to update the marketplace’s own profile or default commission rate. Use this endpoint when the change belongs to one sub-merchant.

Error Codes