-
Notifications
You must be signed in to change notification settings - Fork 0
Company
A company (also called a business or whop, ID prefix biz_) is the top-level seller account on the Whop platform. It owns products, plans, members, payments, and most other resources in the API.
$client->companies // Matchable\Whop\Resource\CompanyResource| HTTP | POST companies |
| Does | Creates a new company. |
| Parameters |
$data — company attributes (e.g. name, settings). |
| Returns |
Matchable\Whop\Dto\Company\Company (typed DTO). A response missing a required field raises MissingArgumentsException. |
| HTTP | GET companies/{id} |
| Does | Retrieves a single company by ID. |
| Parameters |
$id — the company ID (e.g. biz_...). |
| Returns |
Matchable\Whop\Dto\Company\Company (typed DTO). A response missing a required field raises MissingArgumentsException. |
| HTTP | GET companies |
| Does | Lists companies. |
| Parameters |
$query — optional filters / pagination. |
| Returns |
array — the decoded API response. |
$company = $client->companies->get('biz_...');Official Whop documentation: https://docs.whop.com
Core Company · AccountLink · File · AccessToken · AuthorizedUser · User · Member · Webhook
Payments & Billing Payment · Checkout · Plan · Product · Membership · Refund · Invoice · PromoCode · PaymentMethod · SetupIntent
Platform & Finance Transfer · FeeMarkup · Topup · Withdrawal · LedgerAccount · PayoutAccount · PayoutMethod
Disputes Dispute · DisputeAlert · ResolutionCenter
Commerce Shipment · Lead · Entry · Review · Affiliate · Stats
Experiences & Courses Experience · Course · CourseChapter · CourseLesson · CourseLessonInteraction · CourseStudent
Communication ChatChannel · DmChannel · DmMember · Message · Reaction · Forum · ForumPost · SupportChannel · Notification
Advertising AdCampaign · AdGroup · Ad
Apps & AI App · AppBuild · AiChat · CompanyTokenTransaction
Verifications Verification