-
Notifications
You must be signed in to change notification settings - Fork 0
PaymentMethod
A payment method is a stored instrument a customer uses to pay on Whop — for example a card or bank account. The SDK provides read-only access to payment methods.
$client->paymentMethods // Matchable\Whop\Resource\PaymentMethodResource| HTTP | GET payment-methods |
| Does | Lists payment methods. |
| Parameters |
$query — optional filters / pagination (e.g. by customer). |
| Returns | array |
| HTTP | GET payment-methods/{id} |
| Does | Retrieves a single payment method by ID. |
| Parameters |
$id — the payment method ID. |
| Returns | array |
Note: this resource is read-only — it exposes only
listandget. For receiving payouts, see PayoutMethod.
$methods = $client->paymentMethods->list(['customer_id' => 'cust_...']);
$method = $client->paymentMethods->get('pm_...');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