List referred business earnings
Lists the earnings Whop pays out for one referred business's activity, most recent first.
Query parameters
Filter by earning status.
Filter to earnings from these income sources. Repeat the parameter for each one (income_source=sales&income_source=ad_spend).
[ "sales" ]
Number of results to return from the start of the range.
Return 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.
Return results before this cursor. Use page_info.start_cursor from the previous response to fetch the previous page.
The field to sort earnings by.
Sort direction.
Only return earnings created before this timestamp.
Only return earnings created after this timestamp.
Response
earnings listed
Example response
{
"data": [
{
"account": {
"id": "biz_xxxxxxxxxxxxxx",
"logo_url": "https://whop-assets-example.s3.amazonaws.com/uploads/image/2026-01-01/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"route": "biz_xxxxxxxxxxxxxx",
"title": "Gleam Mobile Detailing"
},
"cancelation_reason": "payment_refunded",
"commission_amount_usd": "1.00",
"created_at": "2026-01-01T12:00:00.000Z",
"financial_activity": [
{
"amount": "3.00",
"amount_usd": "3.00",
"category": "whop_processing_fee",
"created_at": "2026-01-01T12:00:00.000Z",
"currency": "usd",
"type": "income"
}
],
"id": "afpy_xxxxxxxxxxxxxx",
"income_source": "sales",
"object": "partner_business_earning",
"payout_at": "2026-01-01T12:00:00.000Z",
"payout_percentage": 0.04,
"product": {
"id": "prod_xxxxxxxxxxxxxx",
"route": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"title": "Ceramic Coating Package"
},
"resource": {
"created_at": "2026-01-01T12:00:00.000Z",
"currency": "usd",
"id": "pay_xxxxxxxxxxxxxx",
"object": "transfer"
},
"status": "pending",
"transaction_amount_usd": "10.00"
}
],
"page_info": {
"start_cursor": "WyJjdXJzb3IiLDFd"
}
}Changes
Changed in 7 of the 74 revisions of this API.312
- ●
added the new
partner_rewardenum value to the//response property for the response statusresponse-property-enum-value-added
- ○
added the enum value
partner_rewardto the propertyitems/of thequeryrequest parameterincome_sourcerequest-parameter-property-enum-value-added
- ○
added
subschema #5to the//response propertyanyOflist for the response statusresponse-property-any-of-added
- ●
- ●
added the new
onboarding_rewardenum value to the//response property for the response statusresponse-property-enum-value-added
- ○
added the enum value
onboarding_rewardto the propertyitems/of thequeryrequest parameterincome_sourcerequest-parameter-property-enum-value-added
- ○
added
subschema #4to the//response propertyanyOflist for the response statusresponse-property-any-of-added
- ●
- ○
added the new optional
queryrequest parameterincome_sourcenew-optional-request-parameter
- ○
- ○
added
subschema #1subschema #2subschema #3to the//response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
removed
subschema #1subschema #2subschema #3from the//response propertyanyOflist for the response statusresponse-property-any-of-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added
subschema #2subschema #3to the//response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added the required property
//to the response with the statusresponse-required-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ●
added the new
partner_business_earningenum value to the//response property for the response statusresponse-property-enum-value-added
- ○
api operation id
listBusinessReferralEarningsremoved and replaced withlistPartnerBusinessEarningsapi-operation-id-removed
- ○
removed the
business_referral_earningenum value from the//response property for the response statusresponse-property-enum-value-removed
- ●
Of the 74 revisions, 1 has no diff computed.