The official Whop Payments Network integration skill. AI-assisted integration guide for the Whop Payments Network. Works with Claude Code, Cursor, Copilot, and any AI editor that supports skills.
npx skills add whopio/whop-payments-network-skillProvides your AI assistant with complete context for integrating the Whop Payments Network:
- Pay-ins -- Embedded checkout or hosted checkout links
- Payouts -- Embedded wallet components or hosted payout dashboards
- Chat SDK -- React, Vanilla JS, and Swift
- API -- TypeScript, Python, Ruby SDKs + MCP server
- Webhooks -- Event handling with signature validation
Before starting an integration, run the codebase scan prompt to analyze your existing tech stack and payment providers:
See codebase-scan.md for the prompt to run in your AI editor.
SKILL.md Main skill (overview, patterns, gotchas)
codebase-scan.md Prompt to analyze client codebase
references/
checkout-embed.md Embedded checkout props, controls, Vanilla JS
payouts.md Embedded wallet, hosted payouts, account links
chat-sdk.md Chat SDK for React, Vanilla JS, Swift
api-reference.md SDK setup, key endpoints, MCP server
webhooks.md Webhook events, validation, unwrap pattern