Endpoints
Commissions
Your org's broker commission ledger — the orders you're attributed to as the broker, with accrual and payout status. Empty for non-broker orgs.
GET /api/v1/commissions?limit=50{
"data": [
{
"id": "ord_…",
"order_number": "W-…",
"commission_cents": 18000,
"commission_rate": 0.15,
"status": "accrued",
"paid_at": null,
"created_at": "2026-06-01T00:00:00.000Z"
}
],
"has_more": false,
"limit": 50
}status is one of: paid (transferred), accrued (earned, awaiting payout — e.g. a license/Stripe hold), or pending (not yet processed). See Broker commissions & payouts.