Whop
Whop is a marketplace and commerce platform for selling digital products, memberships, and access to online communities, courses, software, and other creator offerings. Sellers ("companies") list products (access passes) with pricing plans, take payments, and manage member access - often gating Discord or Telegram communities, apps, and content. Whop exposes a public developer platform: a current REST API (v1) at api.whop.com/api/v1 and a GraphQL API at api.whop.com/public-graphql, covering memberships, products, plans, payments, users, companies, checkout, transfers/payouts, webhooks, and more, plus an app framework, JavaScript/Python/Ruby SDKs, OAuth, and a realtime WebSocket for apps. Whop is free to start and monetizes through transaction fees rather than a subscription for API access.
APIs
Whop Memberships API
List, retrieve, and manage the lifecycle of memberships - a user's access to a product - including cancel, uncancel, pause, resume, add free days, and membership webhooks (activ...
Whop Products API
Create, list, retrieve, update, and delete products (access passes) - the sellable offerings a company lists, which contain plans for pricing and carry custom metadata surfaced ...
Whop Plans API
Create, list, retrieve, update, and delete pricing plans attached to products (one-time and recurring), and calculate tax for a plan at a given billing address.
Whop Payments API
List and retrieve payments with rich filtering, create off-session charges against saved payment methods, list fees, and refund, retry, or void a payment, plus payment lifecycle...
Whop Users API
Retrieve and list users, update the current user, and check whether a user has access to a given access pass or experience.
Whop Companies API
Create, list, retrieve, and update companies (whops), onboard sub-merchants under a platform account, and mint child-company API keys.
Whop Checkout Configurations API
Create, list, retrieve, and delete reusable checkout configurations that define custom payment flows, saved payment methods, and off-session charging.
Whop Transfers API
Programmatically pay out users and connected ledger accounts, and list and retrieve transfers.
Whop Webhooks API
Register and manage webhook endpoints that receive platform events for memberships, payments, invoices, disputes, and more.
Whop Promo Codes API
Create, list, retrieve, update, and delete promo / discount codes applied at checkout.
Whop GraphQL API
Whop's GraphQL API at api.whop.com/public-graphql, positioned as the current primary interface for building apps - search/discovery, access passes, plans, memberships, users, an...
Whop Realtime WebSocket API
Bidirectional realtime WebSocket for Whop apps - custom app messages and chat/feed updates - connected and authenticated through the @whop/react and @whop/api SDKs. Whop does no...
Collections
Whop REST API (v1)
OPENGraphQL
Pricing Plans
Rate Limits
FinOps
Whop Finops
FINOPSEvent Specifications
Whop Realtime WebSocket
AsyncAPI 2.6 description of Whop's **realtime WebSocket** surface, used by Whop apps for bidirectional realtime messaging (custom app messages plus chat / feed updates) between ...
ASYNCAPI