-
Notifications
You must be signed in to change notification settings - Fork 0
PayoutMethod
A payout method is a stored instrument used to receive funds from Whop — for example a bank account or card registered for payouts. The SDK provides read-only access to payout methods.
$client->payoutMethods // Matchable\Whop\Resource\PayoutMethodResource| HTTP | GET payout-methods |
| Does | Lists payout methods. |
| Parameters |
$query — optional filters / pagination. |
| Returns | array |
| HTTP | GET payout-methods/{id} |
| Does | Retrieves a single payout method by ID. |
| Parameters |
$id — the payout method ID. |
| Returns | array |
Note: this resource is read-only — it exposes only
listandget. For the account those funds settle into, see PayoutAccount.
$methods = $client->payoutMethods->list();
$method = $client->payoutMethods->get('paym_...');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