-
Notifications
You must be signed in to change notification settings - Fork 0
Transfer
A transfer moves funds between ledger accounts on Whop — for example, sending money from one company balance or user account to another.
$client->transfers // Matchable\Whop\Resource\TransferResource| HTTP | POST transfers |
| Does | Creates a transfer, moving funds between accounts. |
| Parameters |
$data — transfer attributes (e.g. source, destination, amount, currency). |
| Returns | array |
| HTTP | GET transfers |
| Does | Lists transfers. |
| Parameters |
$query — optional filters / pagination. |
| Returns | array |
| HTTP | GET transfers/{id} |
| Does | Retrieves a single transfer by ID. |
| Parameters |
$id — the transfer ID. |
| Returns | array |
$transfer = $client->transfers->create([
'destination' => 'ldgr_...',
'amount' => 2500,
'currency' => 'usd',
]);
$transfer = $client->transfers->get($transfer['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