Marketplace
Update Commission
Set the commission rate for a specific sub-merchant.
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
BusinessPortfolio.marketplace_commission_rate — the latter is what Create Charge actually reads at split time.
