Skip to main content
PATCH

Update Commission

Set a per-merchant commission rate that overrides your marketplace’s default rate for this sub-merchant only. This is the rate used when Create Charge resolves how much to deduct from a marketplace split.
Commission resolution order at charge time: this per-merchant rate → your portfolio’s marketplace_commission_rate default → 0 if neither is set.

Path Parameters

integer
required
The sub-merchant’s business ID (merchant_id from List Merchants).

Request Body

number
required
Decimal commission rate between 0 and 1 (e.g. 0.08 = 8%). Not a percentage — 8 is invalid, 0.08 is correct.

Response

Updates both the marketplace-merchant relationship’s rate and the sub-merchant’s BusinessPortfolio.marketplace_commission_rate — the latter is what Create Charge actually reads at split time.

Error Codes