Payment solutions for platforms where users buy and sell
What it takes to run payments on a two-sided platform: accepting buyer payments, verifying sellers, splitting revenue, and paying everyone out.
Key takeaways
- Two-sided platforms need four money systems working together: pay-in, identity verification, fee splitting, and payouts.
- Baymard’s checkout research attributes 40% of abandonments (excluding window shoppers) to extra costs surfacing at payment.
- Building payout rails in-house means storing bank details and passing KYC obligations; buying them means an API call.
A platform where people buy and sell from each other, in the style of StockX, Gumroad, or Airbnb, needs more than a checkout. It needs payment acceptance for buyers, identity verification for sellers, logic that splits every transaction between seller and platform, and payout rails that deliver the seller’s share to a bank account, anywhere in the world.
Product pages are the visible part. If you’re already thinking about an ecommerce platform that handles high-traffic sales, you’ve solved for browsing and load. The harder engineering sits behind the pay button, where a single purchase has to become two or more correct balances.
Here’s the full loop, piece by piece.
The four systems every two-sided platform needs
- Pay-in. Buyers pay by card, wallet, bank debit, or a local method, and the funds are held pending the split.
- Seller onboarding and KYC. Before money can move to a seller, someone has to verify who they are. Regulators require it, and so does your fraud exposure.
- Splits and fees. Every sale divides between the seller’s share and your platform fee, sometimes with affiliates or referrers taking a cut too.
- Payouts. The seller’s balance has to reach their bank, in their country, in their currency, on a schedule they can predict.
Each of these is its own project if built from scratch. Stitching together a card acquirer, an identity vendor, ledger logic, and international payout rails is quarters of engineering before the first seller gets paid.
Pay-in: where buyers quietly leave
Checkout quality decides revenue before any split happens. Baymard’s research puts average cart abandonment at 70.22%, and among abandoners who intended to buy, 40% cite extra costs appearing late, 18% cite forced account creation, and 17% cite checkout complexity.
For a two-sided platform the fix list is concrete: show fees before the final step, let buyers pay without registering, and offer the payment methods local to each buyer rather than just US cards. Wallets and local methods matter more as your sellers pull in buyers from markets you didn’t plan for.
KYC: the part nobody budgets for
Identity verification is where platform projects stall. Collecting passports and utility bills means building document upload, review queues, and secure storage, and every stored document is liability.
The buy-side alternative is hosted verification: the platform starts a check by API, hands the seller a hosted link, and reads back a verified name, date of birth, and address once the review completes. No documents ever touch the platform’s servers. Business sellers get a separate flow with company documents handled the same way.
Either way, sequence it early. A seller who lists products for a month and then fails verification at first payout is a support fire you can avoid by verifying at signup.
Splits, payouts, and the long tail of countries
Splitting revenue is bookkeeping until the money leaves. Then it becomes payments infrastructure: local bank rails differ per country, fees differ per destination, and a retried payout must never pay a seller twice.
Payout economics deserve a spreadsheet before you commit. As a reference point from published US pricing, next-day ACH payouts run $2.50, instant bank deposits 4% + $1.00, and bank wires $23.00, with international local-bank fees varying by country. Whether the platform absorbs those fees or passes them to sellers is a product decision, and platforms flip on it as they scale.
The build-versus-buy question lands here hardest. Buying the rails means the provider carries the banking relationships, the compliance screens, and the idempotency guarantees, and your platform calls an API.
What Whop provides for platforms
Whop, a business platform for taking payments and sending payouts, packages this loop as a single integration. A platform accepts buyer payments through embedded checkout, creates child accounts for its sellers so they never sign up separately, splits fees automatically on each sale, and sends payouts to banks in 186+ countries. Hosted KYC covers the verification step, with the platform never storing a document.
Sellers can also spend from their balance directly: platforms issue virtual cards through Whop with per-card spend limits, freezing, and cancellation, the same mechanism gig platforms use to give drivers and couriers instant access to earnings. Card programs bring their own revenue too, since issuers share interchange on every swipe.
Domestic card pay-in is priced at 2.7% + $0.30 per successful transaction, with 100+ payment methods available at checkout. Payout, dispute, and add-on fees are published per line item, so the unit economics can be modeled before any code is written.
Platform payments FAQs
How do platforms split payments between sellers and the platform?
Through split logic at the ledger level: each sale credits the seller’s balance with their share and the platform’s balance with its fee, before any money moves externally. Providers expose this as configurable fee rules per transaction, including cuts for affiliates or referrers, so the split happens atomically with the payment.
Do platform sellers need KYC verification?
Yes, in effectively every regulated market. Money moving to a seller makes the platform part of the payments chain, and regulators require verified identities for recipients. Hosted KYC flows, where a provider verifies documents and returns the result by API, let platforms comply without building document storage or review operations.
What does it cost to pay out sellers internationally?
Fees vary by destination and rail. Published US reference pricing runs $2.50 for next-day ACH, 4% + $1.00 for instant bank deposits, and $23.00 for wires, with local international transfers quoted per country. Platforms choose per payout whether to absorb the fee or deduct it from the seller’s share.
What is Whop?
Whop is a business platform for taking payments and sending payouts. Two-sided platforms integrate it to accept buyer payments, verify sellers through hosted KYC, split fees automatically, issue virtual cards, and send payouts to banks in 186+ countries, replacing separate acquiring, identity, and payout vendors with one API.
Should a platform build its own payment infrastructure?
Rarely at the start. Acquiring, KYC, ledgers, and international payout rails each carry compliance and banking obligations that take quarters to stand up. The common path is launching on integrated infrastructure, then revisiting build-versus-buy once volume gives the in-house case real numbers.