-
Notifications
You must be signed in to change notification settings - Fork 0
Verification
A verification records an identity or eligibility check performed on a Whop user or company — such as KYC, age, or account verification. This resource is read-only.
$client->verifications // Matchable\Whop\Resource\VerificationResource| HTTP | GET verifications |
| Does | Lists verifications. |
| Parameters |
$query — optional filters / pagination. |
| Returns | array |
| HTTP | GET verifications/{id} |
| Does | Retrieves a single verification by ID. |
| Parameters |
$id — the verification ID. |
| Returns | array |
$verifications = $client->verifications->list(['user_id' => 'user_...']);
$verification = $client->verifications->get('vrf_...');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