-
Notifications
You must be signed in to change notification settings - Fork 0
Withdrawal
A withdrawal moves funds out of a Whop ledger account to an external destination — such as a connected bank account or payout method.
$client->withdrawals // Matchable\Whop\Resource\WithdrawalResource| HTTP | POST withdrawals |
| Does | Creates a withdrawal, moving funds out to an external destination. |
| Parameters |
$data — withdrawal attributes (e.g. source ledger account, amount, currency, payout method). |
| Returns | array |
| HTTP | GET withdrawals |
| Does | Lists withdrawals. |
| Parameters |
$query — optional filters / pagination. |
| Returns | array |
| HTTP | GET withdrawals/{id} |
| Does | Retrieves a single withdrawal by ID. |
| Parameters |
$id — the withdrawal ID. |
| Returns | array |
$withdrawal = $client->withdrawals->create([
'amount' => 5000,
'currency' => 'usd',
]);
$withdrawal = $client->withdrawals->get($withdrawal['id']);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