-
Notifications
You must be signed in to change notification settings - Fork 0
Dispute
A dispute is a chargeback raised by a cardholder against a Whop payment. The SDK lets you list and read disputes, and submit evidence to contest them.
$client->disputes // Matchable\Whop\Resource\DisputeResource| HTTP | GET disputes |
| Does | Lists disputes. |
| Parameters |
$query — optional filters / pagination. |
| Returns | array |
| HTTP | GET disputes/{id} |
| Does | Retrieves a single dispute by ID. |
| Parameters |
$id — the dispute ID. |
| Returns | array |
| HTTP | PATCH disputes/{id}/evidence |
| Does | Updates the evidence attached to a dispute (before final submission). |
| Parameters |
$id — the dispute ID; $data — evidence fields. |
| Returns | array |
| HTTP | POST disputes/{id}/submit-evidence |
| Does | Submits the assembled evidence to the card network to contest the dispute. |
| Parameters |
$id — the dispute ID. |
| Returns | array |
Note: there is no
createordelete— disputes are opened by the card network. See DisputeAlert for pre-chargeback warnings.
$client->disputes->updateEvidence('dispute_...', [
'product_description' => 'Lifetime access to the trading course',
]);
$client->disputes->submitEvidence('dispute_...');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