-
Notifications
You must be signed in to change notification settings - Fork 0
CompanyTokenTransaction
A company token transaction records a movement of a company's platform tokens/credits — for example, credits spent on or granted for platform features such as advertising or AI usage. The SDK lets you create, list, and read these transactions.
$client->tokenTransactions // Matchable\Whop\Resource\CompanyTokenTransactionResource| HTTP | POST company-token-transactions |
| Does | Creates a new company token transaction. |
| Parameters |
$data — transaction attributes (e.g. company, amount, type). |
| Returns | array |
| HTTP | GET company-token-transactions |
| Does | Lists company token transactions. |
| Parameters |
$query — optional filters / pagination. |
| Returns | array |
| HTTP | GET company-token-transactions/{id} |
| Does | Retrieves a single company token transaction by ID. |
| Parameters |
$id — the transaction ID. |
| Returns | array |
$transactions = $client->tokenTransactions->list(['company_id' => '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