Example
Create an account for the connected account:emailis the connected account’s email address. Whop uses it to identify the connected account and send important notifications.parent_company_idis your platform’s account ID (the parent account)titleis the required display name for the connected account.metadatacontains custom key-value pairs:internal_user_id: Your platform’s internal identifier for this connected accountseller_tier: A classification or tier level for the connected account (e.g., “bronze,” “silver,” or “gold”)
- The response includes an
account.idthat you can use to reference this connected account in future API calls
Finish onboarding
If the recipient doesn’t already have a Whop account, send them an account onboarding link after you create the account. They complete Know Your Customer (KYC) verification through that link, and then the account can receive transfers and other payout flows.- create checkout flows for them with application fees.
- transfer funds to their account balance.
- let them withdraw funds with the payout portal.
Getting started
Before you can enroll connected accounts, you need to set up your platform account:- Sign up for a platform account: Create an Account at whop.com/dashboard
- Generate an Account API key: Go to your developer settings page and generate an Account API key
- Use the API key for authentication: This API key is how you authenticate with the Whop API and control your connected accounts
Custom metadata
You can attach custom metadata to accounts when creating them. Metadata lets you store additional information about each connected account as key-value pairs. This is useful for:- Storing your internal user or merchant identifiers
- Tracking connected account tiers or classifications
- Linking to your platform’s database records
API reference
Create Account API
See the full API reference for creating accounts and all available parameters
Next steps
After creating an Account for a connected account:Collect and split payments
Choose between direct charges and transfers
Render payout portal
Let connected accounts withdraw their funds

