List Referred Business Earnings
Lists the earnings Whop pays out for one referred business’s activity, most recent first.
Authorizations
An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.
Headers
Pins the request to a dated API version.
"2026-09-15"
Path Parameters
The partner business ID (a coma_ identifier).
Query Parameters
Filter by earning status.
awaiting_settlement, pending, completed, canceled, reversed Filter to earnings from these income sources. Repeat the parameter for each one (income_source=sales&income_source=ad_spend).
sales, ad_spend, transfer, card_interchange, onboarding_reward Number of results to return from the start of the range.
x <= 100Return results after this cursor. Use page_info.end_cursor from the previous response to fetch the next page.
Number of results to return from the end of the range.
x <= 100Return results before this cursor. Use page_info.start_cursor from the previous response to fetch the previous page.
The field to sort earnings by.
created_at, commission_amount, transaction_amount, payout_at Sort direction.
asc, desc Only return earnings created before this timestamp.
Only return earnings created after this timestamp.

