# Whop Docs ## Docs - [Access Token](https://docs.whop.com/api-reference/access-tokens/access-token.md) - [Create access token](https://docs.whop.com/api-reference/access-tokens/create-access-token.md): Create a short-lived access token for authenticating API requests. When using API key authentication, provide company_id or user_id. When using OAuth, the user is derived from the token. Use this token with Whop's web and mobile embedded components. - [Account Link](https://docs.whop.com/api-reference/account-links/account-link.md) - [Create account link](https://docs.whop.com/api-reference/account-links/create-account-link.md): Generate a URL that directs a sub-merchant to their account portal, such as the hosted payouts dashboard or the KYC onboarding flow. - [Ad Campaign](https://docs.whop.com/api-reference/ad-campaigns/ad-campaign.md) - [Create ad campaign](https://docs.whop.com/api-reference/ad-campaigns/create-ad-campaign.md): Creates a new ad campaign for a product. - [List ad campaigns](https://docs.whop.com/api-reference/ad-campaigns/list-ad-campaigns.md): Returns a paginated list of ad campaigns for a company, with optional filtering by status, and creation date. - [Pause ad campaign](https://docs.whop.com/api-reference/ad-campaigns/pause-ad-campaign.md): Pauses an ad campaign, optionally until a specific date. - [Retrieve ad campaign](https://docs.whop.com/api-reference/ad-campaigns/retrieve-ad-campaign.md): Retrieves a single ad campaign by its unique identifier. - [Unpause ad campaign](https://docs.whop.com/api-reference/ad-campaigns/unpause-ad-campaign.md): Resumes a paused ad campaign. - [Update ad campaign](https://docs.whop.com/api-reference/ad-campaigns/update-ad-campaign.md): Updates an existing ad campaign. - [Ad Group](https://docs.whop.com/api-reference/ad-groups/ad-group.md) - [Create ad group](https://docs.whop.com/api-reference/ad-groups/create-ad-group.md): Creates a new ad group within a campaign. - [Delete ad group](https://docs.whop.com/api-reference/ad-groups/delete-ad-group.md): Soft-deletes an ad group. - [List ad groups](https://docs.whop.com/api-reference/ad-groups/list-ad-groups.md): Returns a paginated list of ad groups scoped by campaign or company, with optional filtering by status and creation date. - [Retrieve ad group](https://docs.whop.com/api-reference/ad-groups/retrieve-ad-group.md): Retrieves a single ad group by its unique identifier. - [Update ad group](https://docs.whop.com/api-reference/ad-groups/update-ad-group.md): Updates an existing ad group. - [Ad](https://docs.whop.com/api-reference/ads/ad.md) - [Create ad](https://docs.whop.com/api-reference/ads/create-ad.md): Create an ad within an ad group. - [List ads](https://docs.whop.com/api-reference/ads/list-ads.md): List ads scoped by ad group, campaign, or company. - [Retrieve ad](https://docs.whop.com/api-reference/ads/retrieve-ad.md): Retrieve an ad by its unique identifier. - [Affiliate](https://docs.whop.com/api-reference/affiliates/affiliate.md) - [Archive affiliate](https://docs.whop.com/api-reference/affiliates/archive-affiliate.md): Archives an existing Affiliate - [Create affiliate](https://docs.whop.com/api-reference/affiliates/create-affiliate.md): Creates or finds an affiliate for a company and user. - [Create override](https://docs.whop.com/api-reference/affiliates/create-override.md): Creates a commission override for an affiliate. - [Delete override](https://docs.whop.com/api-reference/affiliates/delete-override.md): Deletes an affiliate override. - [List affiliates](https://docs.whop.com/api-reference/affiliates/list-affiliates.md): Returns a paginated list of affiliates for the actor in context, with optional filtering by status, search, and sorting. - [List overrides](https://docs.whop.com/api-reference/affiliates/list-overrides.md): Returns a paginated list of overrides for an affiliate. - [Retrieve affiliate](https://docs.whop.com/api-reference/affiliates/retrieve-affiliate.md): Retrieves the details of an existing affiliate. - [Retrieve override](https://docs.whop.com/api-reference/affiliates/retrieve-override.md): Retrieves the details of a specific affiliate override. - [Unarchive affiliate](https://docs.whop.com/api-reference/affiliates/unarchive-affiliate.md): Unarchives an existing Affiliate - [Update override](https://docs.whop.com/api-reference/affiliates/update-override.md): Updates an existing affiliate override. - [Ai Chat](https://docs.whop.com/api-reference/ai-chats/ai-chat.md) - [Create ai chat](https://docs.whop.com/api-reference/ai-chats/create-ai-chat.md): Create a new AI chat thread and send the first message to the AI agent. - [Delete ai chat](https://docs.whop.com/api-reference/ai-chats/delete-ai-chat.md): Delete an AI chat thread so it no longer appears in the user's chat list. - [List ai chats](https://docs.whop.com/api-reference/ai-chats/list-ai-chats.md): Returns a paginated list of AI chat threads for the current authenticated user. - [Retrieve ai chat](https://docs.whop.com/api-reference/ai-chats/retrieve-ai-chat.md): Retrieves the details of an existing AI chat. - [Update ai chat](https://docs.whop.com/api-reference/ai-chats/update-ai-chat.md): Update an AI chat's title, notification preferences, or associated company context. - [App Build](https://docs.whop.com/api-reference/app-builds/app-build.md) - [Create app build](https://docs.whop.com/api-reference/app-builds/create-app-build.md): Upload a new build artifact for an app. The build must include a compiled code bundle for the specified platform. - [List app builds](https://docs.whop.com/api-reference/app-builds/list-app-builds.md): Returns a paginated list of build artifacts for a given app, with optional filtering by platform, status, and creation date. - [Promote app build](https://docs.whop.com/api-reference/app-builds/promote-app-build.md): Promote an approved or draft app build to production so it becomes the active version served to users. - [Retrieve app build](https://docs.whop.com/api-reference/app-builds/retrieve-app-build.md): Retrieves the details of an existing app build. - [App](https://docs.whop.com/api-reference/apps/app.md) - [Create app](https://docs.whop.com/api-reference/apps/create-app.md): Register a new app on the Whop developer platform. Apps provide custom experiences that can be added to products. - [List apps](https://docs.whop.com/api-reference/apps/list-apps.md): Returns a paginated list of apps on the Whop platform, with optional filtering by company, type, view support, and search query. - [Retrieve app](https://docs.whop.com/api-reference/apps/retrieve-app.md): Retrieves the details of an existing app. - [Update app](https://docs.whop.com/api-reference/apps/update-app.md): Update the settings, metadata, or status of an existing app on the Whop developer platform. - [Authorized User](https://docs.whop.com/api-reference/authorized-users/authorized-user.md) - [Create authorized user](https://docs.whop.com/api-reference/authorized-users/create-authorized-user.md): Add a new authorized user to a company. - [Delete authorized user](https://docs.whop.com/api-reference/authorized-users/delete-authorized-user.md): Remove an authorized user from a company. - [List authorized users](https://docs.whop.com/api-reference/authorized-users/list-authorized-users.md): Returns a paginated list of authorized team members for a company, with optional filtering by user, role, and creation date. - [Retrieve authorized user](https://docs.whop.com/api-reference/authorized-users/retrieve-authorized-user.md): Retrieves the details of an existing authorized user. - [Bounty](https://docs.whop.com/api-reference/bounties/bounty.md) - [Create bounty](https://docs.whop.com/api-reference/bounties/create-bounty.md): Create a new user-funded bounty by funding a dedicated bounty pool. - [List bounties](https://docs.whop.com/api-reference/bounties/list-bounties.md): Returns a paginated list of user-funded bounties. When experienceId is provided, returns bounties scoped to that experience. When omitted, returns bounties with no experience. - [Retrieve bounty](https://docs.whop.com/api-reference/bounties/retrieve-bounty.md): Retrieves a user-funded bounty for the current authenticated user. - [Chat Channel](https://docs.whop.com/api-reference/chat-channels/chat-channel.md) - [List chat channels](https://docs.whop.com/api-reference/chat-channels/list-chat-channels.md): Returns a paginated list of chat channels within a specific company, with optional filtering by product. - [Retrieve chat channel](https://docs.whop.com/api-reference/chat-channels/retrieve-chat-channel.md): Retrieves the details of an existing chat channel. - [Update chat channel](https://docs.whop.com/api-reference/chat-channels/update-chat-channel.md): Update moderation settings for a chat channel, such as who can post, banned words, and media restrictions. - [Checkout Configuration](https://docs.whop.com/api-reference/checkout-configurations/checkout-configuration.md) - [Create checkout configuration](https://docs.whop.com/api-reference/checkout-configurations/create-checkout-configuration.md): Creates a new checkout configuration - [List checkout configurations](https://docs.whop.com/api-reference/checkout-configurations/list-checkout-configurations.md): Returns a paginated list of checkout configurations for a company, with optional filtering by plan and creation date. - [Retrieve checkout configuration](https://docs.whop.com/api-reference/checkout-configurations/retrieve-checkout-configuration.md): Retrieves the details of an existing checkout configuration. - [Company](https://docs.whop.com/api-reference/companies/company.md) - [Create child company API key](https://docs.whop.com/api-reference/companies/create-child-company-api-key.md): Create an API key for a connected account (child company) owned by a parent company. - [Create company](https://docs.whop.com/api-reference/companies/create-company.md): Create a new company. Pass parent_company_id to create a connected account under a platform, or omit it to create a company for the current user. - [List companies](https://docs.whop.com/api-reference/companies/list-companies.md): Returns a paginated list of companies. When parent_company_id is provided, lists connected accounts under that platform. When omitted, lists companies the current user has access to. - [Retrieve company](https://docs.whop.com/api-reference/companies/retrieve-company.md): Retrieves the details of an existing company. - [Update company](https://docs.whop.com/api-reference/companies/update-company.md): Update a company's title, description, logo, and other settings. - [Company Token Transaction](https://docs.whop.com/api-reference/company-token-transactions/company-token-transaction.md) - [Create company token transaction](https://docs.whop.com/api-reference/company-token-transactions/create-company-token-transaction.md): Create a token transaction to add, subtract, or transfer tokens for a member within a company. - [List company token transactions](https://docs.whop.com/api-reference/company-token-transactions/list-company-token-transactions.md): Returns a paginated list of token transactions for a user or company, depending on the authenticated actor, with optional filtering by user and transaction type. - [Retrieve company token transaction](https://docs.whop.com/api-reference/company-token-transactions/retrieve-company-token-transaction.md): Retrieves the details of an existing company token transaction. - [Create conversion](https://docs.whop.com/api-reference/conversions/create-conversion.md): Track a conversion or engagement event for a company. - [Course Chapter](https://docs.whop.com/api-reference/course-chapters/course-chapter.md) - [Create course chapter](https://docs.whop.com/api-reference/course-chapters/create-course-chapter.md): Create a new chapter within a course to organize lessons into sections. - [Delete course chapter](https://docs.whop.com/api-reference/course-chapters/delete-course-chapter.md): Permanently delete a chapter and all of its lessons from a course. - [List course chapters](https://docs.whop.com/api-reference/course-chapters/list-course-chapters.md): Returns a paginated list of chapters within a course, ordered by position. - [Retrieve course chapter](https://docs.whop.com/api-reference/course-chapters/retrieve-course-chapter.md): Retrieves the details of an existing course chapter. - [Update course chapter](https://docs.whop.com/api-reference/course-chapters/update-course-chapter.md): Update a chapter's title within a course. - [Course Lesson Interaction](https://docs.whop.com/api-reference/course-lesson-interactions/course-lesson-interaction.md) - [Courselessoninteraction completed](https://docs.whop.com/api-reference/course-lesson-interactions/courselessoninteraction-completed.md): Sent when a course lesson interaction is completed - [List course lesson interactions](https://docs.whop.com/api-reference/course-lesson-interactions/list-course-lesson-interactions.md): Returns a paginated list of lesson interactions, filtered by lesson, course, user, or completion status. - [Retrieve course lesson interaction](https://docs.whop.com/api-reference/course-lesson-interactions/retrieve-course-lesson-interaction.md): Retrieves the details of an existing course lesson interaction. - [Course Lesson](https://docs.whop.com/api-reference/course-lessons/course-lesson.md) - [Create course lesson](https://docs.whop.com/api-reference/course-lessons/create-course-lesson.md): Create a new lesson within a course chapter. Lessons can contain video, text, or assessment content. - [Delete course lesson](https://docs.whop.com/api-reference/course-lessons/delete-course-lesson.md): Permanently delete a lesson and remove it from its chapter. - [List course lessons](https://docs.whop.com/api-reference/course-lessons/list-course-lessons.md): Returns a paginated list of lessons within a course or chapter, ordered by position. - [Mark as completed course lesson](https://docs.whop.com/api-reference/course-lessons/mark-as-completed-course-lesson.md): Mark a lesson as completed for the current user after they finish the content. - [Retrieve course lesson](https://docs.whop.com/api-reference/course-lessons/retrieve-course-lesson.md): Retrieves the details of an existing course lesson. - [Start course lesson](https://docs.whop.com/api-reference/course-lessons/start-course-lesson.md): Record that the current user has started viewing a lesson, creating progress tracking records. - [Submit assessment course lesson](https://docs.whop.com/api-reference/course-lessons/submit-assessment-course-lesson.md): Submit answers for a quiz or knowledge check lesson and receive a graded result. - [Update course lesson](https://docs.whop.com/api-reference/course-lessons/update-course-lesson.md): Update a lesson's content, type, visibility, assessment questions, or media attachments. - [Course Student](https://docs.whop.com/api-reference/course-students/course-student.md) - [List course students](https://docs.whop.com/api-reference/course-students/list-course-students.md): Returns a paginated list of students enrolled in a course, with optional name filtering. - [Retrieve course student](https://docs.whop.com/api-reference/course-students/retrieve-course-student.md): Retrieves the details of an existing course student. - [Course](https://docs.whop.com/api-reference/courses/course.md) - [Create course](https://docs.whop.com/api-reference/courses/create-course.md): Create a new course within an experience, with optional chapters, lessons, and a certificate. - [Delete course](https://docs.whop.com/api-reference/courses/delete-course.md): Permanently delete a course and all of its chapters, lessons, and student progress. - [List courses](https://docs.whop.com/api-reference/courses/list-courses.md): Returns a paginated list of courses, filtered by either an experience or a company. - [Retrieve course](https://docs.whop.com/api-reference/courses/retrieve-course.md): Retrieves the details of an existing course. - [Update course](https://docs.whop.com/api-reference/courses/update-course.md): Update a course's title, description, visibility, thumbnail, or chapter ordering. - [Dispute Alert](https://docs.whop.com/api-reference/dispute-alerts/dispute-alert.md) - [Disputealert created](https://docs.whop.com/api-reference/dispute-alerts/disputealert-created.md): Sent when a dispute alert is created - [List dispute alerts](https://docs.whop.com/api-reference/dispute-alerts/list-dispute-alerts.md): Returns a paginated list of dispute alerts for a company, with optional filtering by creation date. - [Retrieve dispute alert](https://docs.whop.com/api-reference/dispute-alerts/retrieve-dispute-alert.md): Retrieves the details of an existing dispute alert. - [Dispute](https://docs.whop.com/api-reference/disputes/dispute.md) - [Dispute created](https://docs.whop.com/api-reference/disputes/dispute-created.md): Sent when a dispute is created - [Dispute updated](https://docs.whop.com/api-reference/disputes/dispute-updated.md): Sent when a dispute is updated - [List disputes](https://docs.whop.com/api-reference/disputes/list-disputes.md): Returns a paginated list of disputes for a company, with optional filtering by creation date. A dispute represents a chargeback or inquiry filed by a customer against a payment. - [Retrieve dispute](https://docs.whop.com/api-reference/disputes/retrieve-dispute.md): Retrieves the details of an existing dispute. - [Submit evidence](https://docs.whop.com/api-reference/disputes/submit-evidence.md): Submit a payment dispute to the payment processor for review. Once submitted, no further edits can be made. - [Update evidence](https://docs.whop.com/api-reference/disputes/update-evidence.md): Update a dispute with evidence data to attempt to win the dispute. - [Create dm channel](https://docs.whop.com/api-reference/dm-channels/create-dm-channel.md): Create a new DM channel between two or more users, optionally scoped to a specific company. Returns the existing channel if one already exists. - [Delete dm channel](https://docs.whop.com/api-reference/dm-channels/delete-dm-channel.md): Permanently delete a DM channel and all of its messages. Only an admin of the channel can perform this action. - [Dm Channel](https://docs.whop.com/api-reference/dm-channels/dm-channel.md) - [List dm channels](https://docs.whop.com/api-reference/dm-channels/list-dm-channels.md): Returns a paginated list of DM channels for the currently authenticated user, sorted by most recently active. - [Retrieve dm channel](https://docs.whop.com/api-reference/dm-channels/retrieve-dm-channel.md): Retrieves the details of an existing DM channel. - [Update dm channel](https://docs.whop.com/api-reference/dm-channels/update-dm-channel.md): Update the settings of an existing DM channel, such as its display name. Only an admin of the channel can perform this action. - [Create dm member](https://docs.whop.com/api-reference/dm-members/create-dm-member.md): Add a new user to an existing DM channel. Only an admin of the channel can add members. - [Delete dm member](https://docs.whop.com/api-reference/dm-members/delete-dm-member.md): Remove a user from a DM channel. An admin can remove any member, and a member can remove themselves. - [Dm Member](https://docs.whop.com/api-reference/dm-members/dm-member.md) - [List dm members](https://docs.whop.com/api-reference/dm-members/list-dm-members.md): Returns a paginated list of members in a specific DM channel, sorted by the date they were added. - [Retrieve dm member](https://docs.whop.com/api-reference/dm-members/retrieve-dm-member.md): Retrieves the details of an existing DM member. - [Update dm member](https://docs.whop.com/api-reference/dm-members/update-dm-member.md): Update a DM channel member's settings, such as their notification preferences or membership status. - [Approve entry](https://docs.whop.com/api-reference/entries/approve-entry.md): Approve a pending waitlist entry, triggering the checkout process to grant the user access to the plan. - [Deny entry](https://docs.whop.com/api-reference/entries/deny-entry.md): Deny a pending waitlist entry, preventing the user from gaining access to the plan. - [Entry](https://docs.whop.com/api-reference/entries/entry.md) - [Entry approved](https://docs.whop.com/api-reference/entries/entry-approved.md): Sent when a entry is approved - [Entry created](https://docs.whop.com/api-reference/entries/entry-created.md): Sent when a entry is created - [Entry deleted](https://docs.whop.com/api-reference/entries/entry-deleted.md): Sent when a entry is deleted - [Entry denied](https://docs.whop.com/api-reference/entries/entry-denied.md): Sent when a entry is denied - [List entries](https://docs.whop.com/api-reference/entries/list-entries.md): Returns a paginated list of waitlist entries for a company, with optional filtering by product, plan, status, and creation date. - [Retrieve entry](https://docs.whop.com/api-reference/entries/retrieve-entry.md): Retrieves the details of an existing waitlist entry. - [Attach experience](https://docs.whop.com/api-reference/experiences/attach-experience.md): Attach an experience to a product, making it accessible to the product's customers. - [Create experience](https://docs.whop.com/api-reference/experiences/create-experience.md): Required permissions: - `experience:create` - [Delete experience](https://docs.whop.com/api-reference/experiences/delete-experience.md): Required permissions: - `experience:delete` - [Detach experience](https://docs.whop.com/api-reference/experiences/detach-experience.md): Detach an experience from a product, removing customer access to it through that product. - [Duplicate experience](https://docs.whop.com/api-reference/experiences/duplicate-experience.md): Duplicates an existing experience. The name will be copied, unless provided. The new experience will be attached to the same products as the original experience. If duplicating a Forum or Chat experience, the new experience will have the same settings as the original experience, e.g. who can post, w… - [Experience](https://docs.whop.com/api-reference/experiences/experience.md) - [List experiences](https://docs.whop.com/api-reference/experiences/list-experiences.md): Returns a paginated list of experiences belonging to a company, with optional filtering by product and app. - [Retrieve experience](https://docs.whop.com/api-reference/experiences/retrieve-experience.md): Retrieves the details of an existing experience. - [Update experience](https://docs.whop.com/api-reference/experiences/update-experience.md): Required permissions: - `experience:update` - [Create fee markup](https://docs.whop.com/api-reference/fee-markups/create-fee-markup.md): Create or update a fee markup for a company. If a markup for the specified fee type already exists, it will be updated with the new values. - [Delete fee markup](https://docs.whop.com/api-reference/fee-markups/delete-fee-markup.md): Delete a fee markup configuration for a company. This removes the custom fee override and reverts to the parent company's default fees. - [Fee Markup](https://docs.whop.com/api-reference/fee-markups/fee-markup.md) - [List fee markups](https://docs.whop.com/api-reference/fee-markups/list-fee-markups.md): Returns a paginated list of fee markups configured for a company. If the company is a platform account, returns the platform default markups. - [Create file](https://docs.whop.com/api-reference/files/create-file.md): Create a new file record and receive a presigned URL for uploading content to S3. - [File](https://docs.whop.com/api-reference/files/file.md) - [Retrieve file](https://docs.whop.com/api-reference/files/retrieve-file.md): Retrieves the details of an existing file. - [Create forum post](https://docs.whop.com/api-reference/forum-posts/create-forum-post.md): Create a new forum post or comment within an experience. Supports text content, attachments, polls, paywalling, and pinning. Pass experience_id 'public' with a company_id to post to a company's public forum. - [Forum Post](https://docs.whop.com/api-reference/forum-posts/forum-post.md) - [List forum posts](https://docs.whop.com/api-reference/forum-posts/list-forum-posts.md): Returns a paginated list of forum posts within a specific experience, with optional filtering by parent post or pinned status. - [Retrieve forum post](https://docs.whop.com/api-reference/forum-posts/retrieve-forum-post.md): Retrieves the details of an existing forum post. - [Update forum post](https://docs.whop.com/api-reference/forum-posts/update-forum-post.md): Edit the content, attachments, pinned status, or visibility of an existing forum post or comment. - [Forum](https://docs.whop.com/api-reference/forums/forum.md) - [List forums](https://docs.whop.com/api-reference/forums/list-forums.md): Returns a paginated list of forums within a specific company, with optional filtering by product. - [Retrieve forum](https://docs.whop.com/api-reference/forums/retrieve-forum.md): Retrieves the details of an existing forum. - [Update forum](https://docs.whop.com/api-reference/forums/update-forum.md): Update moderation and notification settings for a forum, such as who can post, who can comment, and email notification preferences. - [Create invoice](https://docs.whop.com/api-reference/invoices/create-invoice.md): Create an invoice for a customer. The invoice can be charged automatically using a stored payment method, or sent to the customer for manual payment. - [Delete invoice](https://docs.whop.com/api-reference/invoices/delete-invoice.md): Delete a draft invoice. - [Invoice](https://docs.whop.com/api-reference/invoices/invoice.md) - [Invoice created](https://docs.whop.com/api-reference/invoices/invoice-created.md): Sent when a invoice is created - [Invoice marked uncollectible](https://docs.whop.com/api-reference/invoices/invoice-marked-uncollectible.md): Sent when a invoice is marked uncollectible - [Invoice paid](https://docs.whop.com/api-reference/invoices/invoice-paid.md): Sent when a invoice is paid - [Invoice past due](https://docs.whop.com/api-reference/invoices/invoice-past-due.md): Sent when a invoice is past due - [Invoice voided](https://docs.whop.com/api-reference/invoices/invoice-voided.md): Sent when a invoice is voided - [List invoices](https://docs.whop.com/api-reference/invoices/list-invoices.md): Returns a paginated list of invoices for a company, with optional filtering by product, status, collection method, and creation date. - [Mark paid invoice](https://docs.whop.com/api-reference/invoices/mark-paid-invoice.md): Mark an open invoice as paid when payment was collected outside of Whop. - [Mark uncollectible invoice](https://docs.whop.com/api-reference/invoices/mark-uncollectible-invoice.md): Mark an open invoice as uncollectible when payment is not expected. - [Retrieve invoice](https://docs.whop.com/api-reference/invoices/retrieve-invoice.md): Retrieves the details of an existing invoice. - [Update invoice](https://docs.whop.com/api-reference/invoices/update-invoice.md): Update a draft invoice's details. - [Void invoice](https://docs.whop.com/api-reference/invoices/void-invoice.md): Void an open invoice so it can no longer be paid. Voiding is permanent and cannot be undone. - [Create lead](https://docs.whop.com/api-reference/leads/create-lead.md): Record a new lead for a company, capturing a potential customer's interest in a specific product. - [Lead](https://docs.whop.com/api-reference/leads/lead.md) - [List leads](https://docs.whop.com/api-reference/leads/list-leads.md): Returns a paginated list of leads for a company, with optional filtering by product and creation date. - [Retrieve lead](https://docs.whop.com/api-reference/leads/retrieve-lead.md): Retrieves the details of an existing lead. - [Update lead](https://docs.whop.com/api-reference/leads/update-lead.md): Update the metadata or referrer information on an existing lead record. - [Ledger Account](https://docs.whop.com/api-reference/ledger-accounts/ledger-account.md) - [Retrieve ledger account](https://docs.whop.com/api-reference/ledger-accounts/retrieve-ledger-account.md): Retrieves the details of an existing ledger account. - [List members](https://docs.whop.com/api-reference/members/list-members.md): Returns a paginated list of members for a company, with extensive filtering by product, plan, status, access level, and more. - [Member](https://docs.whop.com/api-reference/members/member.md) - [Retrieve member](https://docs.whop.com/api-reference/members/retrieve-member.md): Retrieves the details of an existing member. - [Add free days membership](https://docs.whop.com/api-reference/memberships/add-free-days-membership.md): Add free days to extend a membership's current billing period, expiration date, or Stripe trial. - [Cancel membership](https://docs.whop.com/api-reference/memberships/cancel-membership.md): Cancel a membership either immediately or at the end of the current billing period. Immediate cancellation revokes access right away. - [List memberships](https://docs.whop.com/api-reference/memberships/list-memberships.md): Returns a paginated list of memberships, with optional filtering by product, plan, status, and user. - [Membership](https://docs.whop.com/api-reference/memberships/membership.md) - [Membership activated](https://docs.whop.com/api-reference/memberships/membership-activated.md): Sent when a membership is activated - [Membership cancel at period end changed](https://docs.whop.com/api-reference/memberships/membership-cancel-at-period-end-changed.md): Sent when a membership is cancel at period end changed - [Membership deactivated](https://docs.whop.com/api-reference/memberships/membership-deactivated.md): Sent when a membership is deactivated - [Pause membership](https://docs.whop.com/api-reference/memberships/pause-membership.md): Pause a membership's recurring payments. The customer retains access but will not be charged until the membership is resumed. - [Resume membership](https://docs.whop.com/api-reference/memberships/resume-membership.md): Resume a previously paused membership's recurring payments. Billing resumes on the next cycle. - [Retrieve membership](https://docs.whop.com/api-reference/memberships/retrieve-membership.md): Retrieves the details of an existing membership. - [Uncancel membership](https://docs.whop.com/api-reference/memberships/uncancel-membership.md): Reverse a pending cancellation for a membership that was scheduled to cancel at period end. - [Update membership](https://docs.whop.com/api-reference/memberships/update-membership.md): Update a membership's metadata or other mutable properties. - [Create message](https://docs.whop.com/api-reference/messages/create-message.md): Send a new message in an experience chat, DM, or group chat channel. Supports text content, attachments, polls, and replies. - [Delete message](https://docs.whop.com/api-reference/messages/delete-message.md): Permanently delete a message from an experience chat, DM, or group chat channel. Only the message author or a channel admin can delete a message. - [List messages](https://docs.whop.com/api-reference/messages/list-messages.md): Returns a paginated list of messages within a specific experience chat, DM, or group chat channel, sorted by creation time. - [Message](https://docs.whop.com/api-reference/messages/message.md) - [Retrieve message](https://docs.whop.com/api-reference/messages/retrieve-message.md): Retrieves the details of an existing message. - [Update message](https://docs.whop.com/api-reference/messages/update-message.md): Edit the content, attachments, or pinned status of an existing message in an experience chat, DM, or group chat channel. - [Create notification](https://docs.whop.com/api-reference/notifications/create-notification.md): Send a push notification to users in an experience or company team. The notification is processed asynchronously and supports targeting specific users. - [List payment methods](https://docs.whop.com/api-reference/payment-methods/list-payment-methods.md): Returns a paginated list of payment methods for a member or company, with optional filtering by creation date. A payment method is a stored representation of how a customer intends to pay, such as a card, bank account, or digital wallet. - [Payment Method](https://docs.whop.com/api-reference/payment-methods/payment-method.md) - [Retrieve payment method](https://docs.whop.com/api-reference/payment-methods/retrieve-payment-method.md): Retrieves the details of an existing payment method. - [Create payment](https://docs.whop.com/api-reference/payments/create-payment.md): Charge an existing member off-session using one of their stored payment methods. You can provide an existing plan, or create a new one in-line. This endpoint will respond with a payment object immediately, but the payment is processed asynchronously in the background. Use webhooks to be notified whe… - [List fees](https://docs.whop.com/api-reference/payments/list-fees.md): Returns the list of fees associated with a specific payment, including platform fees and processing fees. - [List payments](https://docs.whop.com/api-reference/payments/list-payments.md): Returns a paginated list of payments for the actor in context, with optional filtering by product, plan, status, billing reason, currency, and creation date. - [Payment](https://docs.whop.com/api-reference/payments/payment.md) - [Payment created](https://docs.whop.com/api-reference/payments/payment-created.md): Sent when a payment is created - [Payment failed](https://docs.whop.com/api-reference/payments/payment-failed.md): Sent when a payment is failed - [Payment pending](https://docs.whop.com/api-reference/payments/payment-pending.md): Sent when a payment is pending - [Payment succeeded](https://docs.whop.com/api-reference/payments/payment-succeeded.md): Sent when a payment is succeeded - [Refund payment](https://docs.whop.com/api-reference/payments/refund-payment.md): Issue a full or partial refund for a payment. The refund is processed through the original payment processor and the membership status is updated accordingly. - [Retrieve payment](https://docs.whop.com/api-reference/payments/retrieve-payment.md): Retrieves the details of an existing payment. - [Retry payment](https://docs.whop.com/api-reference/payments/retry-payment.md): Retry a failed or pending payment. This re-attempts the charge using the original payment method and plan details. - [Void payment](https://docs.whop.com/api-reference/payments/void-payment.md): Void a payment that has not yet been settled. Voiding cancels the payment before it is captured by the payment processor. - [Payout Account](https://docs.whop.com/api-reference/payout-accounts/payout-account.md) - [Payoutaccount status updated](https://docs.whop.com/api-reference/payout-accounts/payoutaccount-status-updated.md): Sent when a payout account is status updated - [Retrieve payout account](https://docs.whop.com/api-reference/payout-accounts/retrieve-payout-account.md): Retrieves the details of an existing payout account. - [List payout methods](https://docs.whop.com/api-reference/payout-methods/list-payout-methods.md): Returns a list of active payout methods configured for a company, ordered by most recently created. - [Payout Method](https://docs.whop.com/api-reference/payout-methods/payout-method.md) - [Payoutmethod created](https://docs.whop.com/api-reference/payout-methods/payoutmethod-created.md): Sent when a payout method is created - [Retrieve payout method](https://docs.whop.com/api-reference/payout-methods/retrieve-payout-method.md): Retrieves the details of an existing payout method. - [Create plan](https://docs.whop.com/api-reference/plans/create-plan.md): Create a new pricing plan for a product. The plan defines the billing interval, price, and availability for customers. - [Delete plan](https://docs.whop.com/api-reference/plans/delete-plan.md): Permanently delete a plan from a product. Existing memberships on this plan will not be affected. - [List plans](https://docs.whop.com/api-reference/plans/list-plans.md): Returns a paginated list of plans belonging to a company, with optional filtering by visibility, type, release method, and product. - [Plan](https://docs.whop.com/api-reference/plans/plan.md) - [Retrieve plan](https://docs.whop.com/api-reference/plans/retrieve-plan.md): Retrieves the details of an existing plan. - [Update plan](https://docs.whop.com/api-reference/plans/update-plan.md): Update a plan's pricing, billing interval, visibility, stock, and other settings. - [Create product](https://docs.whop.com/api-reference/products/create-product.md): Create a new product for a company. The product serves as the top-level container for plans and experiences. - [Delete product](https://docs.whop.com/api-reference/products/delete-product.md): Permanently delete a product and remove it from the company's catalog. - [List products](https://docs.whop.com/api-reference/products/list-products.md): Returns a paginated list of products belonging to a company, with optional filtering by type, visibility, and creation date. - [Product](https://docs.whop.com/api-reference/products/product.md) - [Retrieve product](https://docs.whop.com/api-reference/products/retrieve-product.md): Retrieves the details of an existing product. - [Update product](https://docs.whop.com/api-reference/products/update-product.md): Update a product's title, description, visibility, and other settings. - [Create promo code](https://docs.whop.com/api-reference/promo-codes/create-promo-code.md): Create a new promo code that applies a discount at checkout. Can be scoped to specific products or plans. - [Delete promo code](https://docs.whop.com/api-reference/promo-codes/delete-promo-code.md): Archive a promo code, preventing it from being used in future checkouts. Existing memberships are not affected. - [List promo codes](https://docs.whop.com/api-reference/promo-codes/list-promo-codes.md): Returns a paginated list of promo codes belonging to a company, with optional filtering by product, plan, and status. - [Promo Code](https://docs.whop.com/api-reference/promo-codes/promo-code.md) - [Retrieve promo code](https://docs.whop.com/api-reference/promo-codes/retrieve-promo-code.md): Retrieves the details of an existing promo code. - [Create reaction](https://docs.whop.com/api-reference/reactions/create-reaction.md): Add an emoji reaction or poll vote to a message or forum post. In forums, the reaction is always a like. - [Delete reaction](https://docs.whop.com/api-reference/reactions/delete-reaction.md): Remove an emoji reaction from a message or forum post. Only the reaction author or a channel admin can remove a reaction. - [List reactions](https://docs.whop.com/api-reference/reactions/list-reactions.md): Returns a paginated list of emoji reactions on a specific message or forum post, sorted by most recent. - [Reaction](https://docs.whop.com/api-reference/reactions/reaction.md) - [Retrieve reaction](https://docs.whop.com/api-reference/reactions/retrieve-reaction.md): Retrieves the details of an existing reaction. - [List refunds](https://docs.whop.com/api-reference/refunds/list-refunds.md): Returns a paginated list of refunds, with optional filtering by payment, company, user, and creation date. - [Refund](https://docs.whop.com/api-reference/refunds/refund.md) - [Refund created](https://docs.whop.com/api-reference/refunds/refund-created.md): Sent when a refund is created - [Refund updated](https://docs.whop.com/api-reference/refunds/refund-updated.md): Sent when a refund is updated - [Retrieve refund](https://docs.whop.com/api-reference/refunds/retrieve-refund.md): Retrieves the details of an existing refund. - [List resolution center cases](https://docs.whop.com/api-reference/resolution-center-cases/list-resolution-center-cases.md): Returns a paginated list of resolution center cases, with optional filtering by company, status, and creation date. - [Resolution Center Case](https://docs.whop.com/api-reference/resolution-center-cases/resolution-center-case.md) - [Resolutioncentercase created](https://docs.whop.com/api-reference/resolution-center-cases/resolutioncentercase-created.md): Sent when a resolution center case is created - [Resolutioncentercase decided](https://docs.whop.com/api-reference/resolution-center-cases/resolutioncentercase-decided.md): Sent when a resolution center case is decided - [Resolutioncentercase updated](https://docs.whop.com/api-reference/resolution-center-cases/resolutioncentercase-updated.md): Sent when a resolution center case is updated - [Retrieve resolution center case](https://docs.whop.com/api-reference/resolution-center-cases/retrieve-resolution-center-case.md): Retrieves the details of an existing resolution center case. - [List reviews](https://docs.whop.com/api-reference/reviews/list-reviews.md): Returns a paginated list of customer reviews for a specific product, with optional filtering by star rating and creation date. - [Retrieve review](https://docs.whop.com/api-reference/reviews/retrieve-review.md): Retrieves the details of an existing review. - [Review](https://docs.whop.com/api-reference/reviews/review.md) - [List setup intents](https://docs.whop.com/api-reference/setup-intents/list-setup-intents.md): Returns a paginated list of setup intents for a company, with optional filtering by creation date. A setup intent securely collects and stores a member's payment method for future use without charging them immediately. - [Retrieve setup intent](https://docs.whop.com/api-reference/setup-intents/retrieve-setup-intent.md): Retrieves the details of an existing setup intent. - [Setup Intent](https://docs.whop.com/api-reference/setup-intents/setup-intent.md) - [Setupintent canceled](https://docs.whop.com/api-reference/setup-intents/setupintent-canceled.md): Sent when a setup intent is canceled - [Setupintent requires action](https://docs.whop.com/api-reference/setup-intents/setupintent-requires-action.md): Sent when a setup intent is requires action - [Setupintent succeeded](https://docs.whop.com/api-reference/setup-intents/setupintent-succeeded.md): Sent when a setup intent is succeeded - [Create shipment](https://docs.whop.com/api-reference/shipments/create-shipment.md): Create a new shipment with a tracking code for a specific payment within a company. - [List shipments](https://docs.whop.com/api-reference/shipments/list-shipments.md): Returns a paginated list of shipments, with optional filtering by payment, company, or user. - [Retrieve shipment](https://docs.whop.com/api-reference/shipments/retrieve-shipment.md): Retrieves the details of an existing shipment. - [Shipment](https://docs.whop.com/api-reference/shipments/shipment.md) - [Describe stats](https://docs.whop.com/api-reference/stats/describe-stats.md): Describe available stats schema. Without resource returns root nodes and metrics. With resource returns node columns, associations, and available metrics. - [Metric stats](https://docs.whop.com/api-reference/stats/metric-stats.md): Query an aggregated metric. Returns data grouped by period with optional breakdowns. - [Raw stats](https://docs.whop.com/api-reference/stats/raw-stats.md): Query raw data from a resource. Returns paginated rows with all columns. - [Sql stats](https://docs.whop.com/api-reference/stats/sql-stats.md): Run custom SQL against a scoped resource. Use SCOPED_DATA as the table name. - [Create support channel](https://docs.whop.com/api-reference/support-channels/create-support-channel.md): Open a new support channel between a company team member and a customer. Returns the existing channel if one already exists for that user. - [List support channels](https://docs.whop.com/api-reference/support-channels/list-support-channels.md): Returns a paginated list of support channels for a specific company, with optional filtering by resolution status and custom sorting. - [Retrieve support channel](https://docs.whop.com/api-reference/support-channels/retrieve-support-channel.md): Retrieves the details of an existing support channel. - [Support Channel](https://docs.whop.com/api-reference/support-channels/support-channel.md) - [Create topup](https://docs.whop.com/api-reference/topups/create-topup.md): Add funds to a company's platform balance by charging a stored payment method. Top-ups have no fees or taxes and do not count as revenue. - [Topup](https://docs.whop.com/api-reference/topups/topup.md) - [Create transfer](https://docs.whop.com/api-reference/transfers/create-transfer.md): Transfer funds between two ledger accounts, such as from a company balance to a user balance. - [List transfers](https://docs.whop.com/api-reference/transfers/list-transfers.md): Returns a paginated list of fund transfers, filtered by origin or destination account, with optional sorting and date filtering. - [Retrieve transfer](https://docs.whop.com/api-reference/transfers/retrieve-transfer.md): Retrieves the details of an existing transfer. - [Transfer](https://docs.whop.com/api-reference/transfers/transfer.md) - [Check access](https://docs.whop.com/api-reference/users/check-access.md): Check whether a user has access to a specific resource, and return their access level. - [List users](https://docs.whop.com/api-reference/users/list-users.md): Search for users by name or username, ranked by social proximity to the authenticated user. - [Retrieve user](https://docs.whop.com/api-reference/users/retrieve-user.md): Retrieves the details of an existing user. - [Update user](https://docs.whop.com/api-reference/users/update-user.md): Update a user's profile by their ID. - [User](https://docs.whop.com/api-reference/users/user.md) - [List verifications](https://docs.whop.com/api-reference/verifications/list-verifications.md): Returns a list of identity verifications for a payout account, ordered by most recent first. - [Retrieve verification](https://docs.whop.com/api-reference/verifications/retrieve-verification.md): Retrieves the details of an existing verification. - [Verification](https://docs.whop.com/api-reference/verifications/verification.md) - [Verification succeeded](https://docs.whop.com/api-reference/verifications/verification-succeeded.md): Sent when a verification is succeeded - [Create webhook](https://docs.whop.com/api-reference/webhooks/create-webhook.md): Creates a new webhook - [Delete webhook](https://docs.whop.com/api-reference/webhooks/delete-webhook.md): Deletes a webhook - [List webhooks](https://docs.whop.com/api-reference/webhooks/list-webhooks.md): Returns a paginated list of webhook endpoints configured for a company, ordered by most recently created. - [Retrieve webhook](https://docs.whop.com/api-reference/webhooks/retrieve-webhook.md): Retrieves the details of an existing webhook. - [Update webhook](https://docs.whop.com/api-reference/webhooks/update-webhook.md): Updates a webhook - [Webhook](https://docs.whop.com/api-reference/webhooks/webhook.md) - [Create withdrawal](https://docs.whop.com/api-reference/withdrawals/create-withdrawal.md): Creates a withdrawal request for a ledger account - [List withdrawals](https://docs.whop.com/api-reference/withdrawals/list-withdrawals.md): Returns a paginated list of withdrawals for a company, with optional sorting and date filtering. - [Retrieve withdrawal](https://docs.whop.com/api-reference/withdrawals/retrieve-withdrawal.md): Retrieves the details of an existing withdrawal. - [Withdrawal](https://docs.whop.com/api-reference/withdrawals/withdrawal.md) - [Withdrawal created](https://docs.whop.com/api-reference/withdrawals/withdrawal-created.md): Sent when a withdrawal is created - [Withdrawal updated](https://docs.whop.com/api-reference/withdrawals/withdrawal-updated.md): Sent when a withdrawal is updated - [Getting started](https://docs.whop.com/developer/api/getting-started.md): Start programatically accepting payments, paying other people, and building businesses. - [Accept payments](https://docs.whop.com/developer/guides/accept-payments.md): Accept one-time and recurring payments across 195 countries with 100+ payment methods - [App Views](https://docs.whop.com/developer/guides/app-views.md): Configure how and where your app appears on Whop - [Authentication](https://docs.whop.com/developer/guides/authentication.md): Authenticate and authorize the current user. - [Chat](https://docs.whop.com/developer/guides/chat.md): Send and read messages from whop chat - [Authentication](https://docs.whop.com/developer/guides/chat/authentication.md): Authenticate users for embedded chat with company-scoped tokens or OAuth - [Chat element](https://docs.whop.com/developer/guides/chat/chat-element.md): Display a chat channel in your app - [DMs list element](https://docs.whop.com/developer/guides/chat/dms-list-element.md): Display a list of direct message conversations - [Quickstart](https://docs.whop.com/developer/guides/chat/quickstart.md): Embed Whop chat in your app in minutes - [Theming & styles](https://docs.whop.com/developer/guides/chat/theming-and-styles.md): Customize the appearance of chat elements - [Development Proxy](https://docs.whop.com/developer/guides/dev-proxy.md): How to use the Whop development proxy - [Forums](https://docs.whop.com/developer/guides/forums.md): Make forum posts and read existing posts - [Frosted UI](https://docs.whop.com/developer/guides/frosted_ui.md): Use our UI kit and tailwind design system. - [Iframe SDK](https://docs.whop.com/developer/guides/iframe.md): Interact with the whop website from within your app. - [Accept one-time payments](https://docs.whop.com/developer/guides/ios/accept-one-time-payments.md): Sell physical goods and real-world services with native Apple Pay through Whop (2.7% + $0.30 fees) - [Build a Paywall](https://docs.whop.com/developer/guides/ios/build-a-paywall.md): Display subscription plans and handle purchases in your iOS app - [Check Entitlements](https://docs.whop.com/developer/guides/ios/check-entitlements.md): Verify subscription status and gate premium content in your iOS app - [API Reference](https://docs.whop.com/developer/guides/ios/checkout-reference.md): Complete API documentation for WhopCheckout - [Installation](https://docs.whop.com/developer/guides/ios/installation.md): Install the WhopCheckout SDK and configure it with an iap:read API key - [iOS Checkout SDK](https://docs.whop.com/developer/guides/ios/overview.md): Sell in-app purchases and subscriptions natively on iOS (2.7% + $0.30 vs Apple's 15-30%) - [Push notifications](https://docs.whop.com/developer/guides/notifications.md): Send push notifications to engage your users - [OAuth](https://docs.whop.com/developer/guides/oauth.md): Use OAuth to let users sign in with Whop on your website - [Permissions](https://docs.whop.com/developer/guides/permissions.md): Configure the permissions that your app needs - [React Native](https://docs.whop.com/developer/guides/react-native.md): Build cross-platform mobile and web apps for Whop using React Native. - [Save payment methods](https://docs.whop.com/developer/guides/save-payment-methods.md): Save customer payment methods to charge them later - [Webhooks](https://docs.whop.com/developer/guides/webhooks.md): Receive payment, membership and other events from whop programmatically - [Add funds to your balance](https://docs.whop.com/developer/platforms/add-funds-to-your-balance.md): Top up your platform balance to pay out connected accounts - [Collect payments for connected accounts](https://docs.whop.com/developer/platforms/collect-payments-for-connected-accounts.md): Direct charges and transfers for connected accounts - [Enroll connected accounts](https://docs.whop.com/developer/platforms/enroll-connected-accounts.md): Onboard businesses or individuals to your platform and facilitate payments - [Manual payouts to connected accounts](https://docs.whop.com/developer/platforms/manual-payouts.md): Onboard connected accounts and programmatically pay them out - [Playground](https://docs.whop.com/developer/platforms/playground.md): Interactive playground for embedded payout components - [Quickstart](https://docs.whop.com/developer/platforms/quickstart.md): Embed payout components in your application in minutes - [Enable connected account payouts](https://docs.whop.com/developer/platforms/render-payout-portal.md): Let your connected accounts manage their own payouts through an embedded or hosted portal - [Enable Apple Pay](https://docs.whop.com/payments/apple-pay.md): Enable Apple Pay for your embedded checkout by verifying your domain - [Embed checkout](https://docs.whop.com/payments/checkout-embed.md): Learn how to embed Whop's checkout flow on your website - [AddPayoutMethodElement](https://docs.whop.com/sdk/elements/add-payout-method-element.md): A UI element that allows users to add a new payout method (bank account, PayPal, etc.) to their account. - [AutomaticWithdrawElement](https://docs.whop.com/sdk/elements/automatic-withdraw-element.md): A UI element that allows users to configure automatic withdrawals for their account. - [AvailableCashBreakdownElement](https://docs.whop.com/sdk/elements/available-cash-breakdown-element.md): A UI element that shows a detailed breakdown of the available (withdrawable) cash balance. - [BalanceElement](https://docs.whop.com/sdk/elements/balance-element.md): A UI element that displays the user's current balance including available, pending, and reserve amounts with an optional withdraw button. - [BalancesElement](https://docs.whop.com/sdk/elements/balances-element.md): A UI element that displays a multi-currency balance overview with expandable currency rows showing available, pending, and reserve breakdowns per currency. - [ChangeAccountCountryElement](https://docs.whop.com/sdk/elements/change-account-country-element.md): A UI element that allows users to change the country associated with their payout account. - [ChatElement](https://docs.whop.com/sdk/elements/chat-element.md): A UI element that displays a chat interface. - [Create a chat session](https://docs.whop.com/sdk/elements/chat-session.md): Manages authentication and creates chat elements. - [DmsListElement](https://docs.whop.com/sdk/elements/dms-list-element.md): A UI element that displays a dms list. - [GenerateWithdrawalReceiptElement](https://docs.whop.com/sdk/elements/generate-withdrawal-receipt-element.md): A UI element that allows users to generate and request a receipt for a specific withdrawal. - [Create a payouts session](https://docs.whop.com/sdk/elements/payouts-session.md): Manages authentication and creates payout elements. - [PendingBreakdownElement](https://docs.whop.com/sdk/elements/pending-breakdown-element.md): A UI element that displays a breakdown of pending balance amounts that are being processed. - [ReserveBreakdownElement](https://docs.whop.com/sdk/elements/reserve-breakdown-element.md): A UI element that shows a breakdown of reserve balance amounts explaining held funds and their expected availability. - [ResetAccountElement](https://docs.whop.com/sdk/elements/reset-account-element.md): A UI element that allows users to reset their payout account. - [SearchElement](https://docs.whop.com/sdk/elements/search-element.md): A UI element that allows users to search for messages in a chat channel. - [StatusBannerElement](https://docs.whop.com/sdk/elements/status-banner-element.md): A UI element that displays a status banner indicating the user's account verification and compliance status. - [TreasuryBreakdownElement](https://docs.whop.com/sdk/elements/treasury-breakdown-element.md): A UI element that displays a breakdown of treasury funds including crypto portfolio holdings. - [Types](https://docs.whop.com/sdk/elements/types.md): Shared type definitions for Whop embedded components - [VerifyElement](https://docs.whop.com/sdk/elements/verify-element.md): A UI element that guides users through identity verification (KYC) and compliance requirements. - [Getting Started](https://docs.whop.com/sdk/elements/whop-elements.md): The main entry point for Whop embedded components. - [WithdrawButtonElement](https://docs.whop.com/sdk/elements/withdraw-button-element.md): A UI element that renders a button for initiating withdrawals. - [WithdrawElement](https://docs.whop.com/sdk/elements/withdraw-element.md): A UI element that provides a complete withdrawal form for users to request fund transfers. - [WithdrawalBreakdownElement](https://docs.whop.com/sdk/elements/withdrawal-breakdown-element.md): A UI element that displays a detailed breakdown of a specific withdrawal. - [WithdrawalsElement](https://docs.whop.com/sdk/elements/withdrawals-element.md): A UI element that displays a list of the user's past withdrawals. ## OpenAPI Specs - [openapi.documented](https://app.stainless.com/api/spec/documented/whopsdk/openapi.documented.yml)