-
Notifications
You must be signed in to change notification settings - Fork 0
Refund
A refund is a record of money returned to a customer for a previous payment on Whop. Refunds are created via the Payment resource (payments->refund(...)); this resource is read-only.
$client->refunds // Matchable\Whop\Resource\RefundResource| HTTP | GET refunds |
| Does | Lists refunds. |
| Parameters |
$query — optional filters / pagination. |
| Returns | array |
| HTTP | GET refunds/{id} |
| Does | Retrieves a single refund by ID. |
| Parameters |
$id — the refund ID. |
| Returns | array |
$refunds = $client->refunds->list(['status' => 'succeeded']);
$refund = $client->refunds->get('refund_...');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