Skip to main content
BETA. The sell-through stream projects per-sale commission events from CommissionEventV2. Each row is one sale, not a daily rollup — aggregate client-side over the window you care about.
The sell-through stream emits one row per sale (commission event) for the merchant: the product, order, agent, sale amount, commission amount, and status. The lending underwriter consumes a trailing window of these as the cash-flow / velocity signal; the affiliate program builder consumes the same rows to drive payout and tiering.

Endpoint

Query parameters:

Row shape

Response envelope

curl

Lender-facing usage

Aggregate saleAmountUsd over a trailing window (e.g. 90 days) client-side to derive the net-revenue / velocity signal. Combined with Stream 4 (return rate) and Stream 7 (settlement), the underwriter derives an LGD input. Use since to pull only the new events since the last sync.

Rate limits

Mid-budget class — 500 reads/min/key, up to 5 subscriptions/key.