whop-payments-network
Installation
SKILL.md
Whop Payments Network Integration
Whop provides a full payments network: accept payments (pay-ins), send payouts, embed checkout and wallet components, handle webhooks, manage connected accounts, and send notifications. This skill covers the patterns you need to integrate Whop into any platform.
1. SDK Packages
| Package | Purpose | Install |
|---|---|---|
@whop/sdk |
Server-side API client (TypeScript) | npm install @whop/sdk |
whop-sdk |
Server-side API client (Python) | pip install whop-sdk |
whop_sdk |
Server-side API client (Ruby) | gem install whop_sdk |
@whop/checkout |
Embedded checkout React component | npm install @whop/checkout |
@whop/embedded-components-react-js |
Embedded payout/wallet/KYC/chat components (React) | npm install @whop/embedded-components-react-js |
@whop/embedded-components-vanilla-js |
Embedded components (Vanilla JS) | npm install @whop/embedded-components-vanilla-js |
2. SDK Setup
Base URL: https://api.whop.com/api/v1