Built by Metorial, the integration platform for agentic AI.
Retrieve detailed information about a specific payment, including user, product, membership, payment method, and refund details.
List members of your Whop company. Members represent the relationship between a user and your company. Search by name, username, or email, and filter by status or access level.
List products in your Whop company. Products represent what customers purchase access to. Supports filtering by visibility and pagination.
Create a Whop checkout session. Generates a shareable purchase URL for an existing plan or a new inline plan. Also supports setup mode for saving payment methods. Use **mode** `payment` with either an existing `planId` or an inline `plan` definition, or use `setup` mode to save a payment method.
List invoices in your Whop company. Filter by status or product. Supports pagination.
Create, retrieve, list, or delete Whop promo codes. Promo codes apply percentage or fixed-amount discounts to plans during checkout. Use **action** to specify: `create`, `get`, `list`, or `delete`.
Create, update, retrieve, or delete a Whop product. Products represent what customers purchase access to (e.g., digital goods, memberships). Use **action** to specify the operation: `create`, `update`, `get`, or `delete`.
List plans in your Whop company. Plans define the pricing and billing configuration for a product. Filter by product, visibility, plan type, or release method.
List payments in your Whop company. Filter by product, status, billing reason, or search by user. Supports pagination.
Retrieve, update metadata, cancel, uncancel, pause, or resume a Whop membership. Use **action** to specify: `get`, `update_metadata`, `cancel`, `uncancel`, `pause`, or `resume`.
Issue a full or partial refund for a Whop payment. Omit partialAmount for a full refund, or specify an amount for a partial refund.
Retrieve a Whop user's public profile by their user ID or username.
Create, update, retrieve, or delete a Whop plan. Plans define pricing, billing period, and release method for a product. Use **action** to specify the operation: `create`, `update`, `get`, or `delete`.
List memberships in your Whop company. Memberships represent a user's access to a product. Filter by product, status, plan, or user.