The four steps
1 · Find
Browse the marketplace by house, category, or drop. Every product shows price + how much the DØLL keeps.
2 · Choose
Add to cart, or apply to list your own products as a partner brand or launch a store with us.
3 · Pay
Hosted card checkout. Transparent platform fee, no tipping prompts. The math shows on screen before the card is charged.
4 · Track
Sellers get paid directly on a standard payout schedule. Order and payout history live in the sell dashboard.
The technical flow
Browser
│ HTTPS
▼
Cloudflare DNS (paythedolls.com → Vercel)
│
▼
Vercel storefront (Next.js 15)
│ JSON API call (cart, checkout)
▼
Railway backend (Medusa + Mercur)
│ ┌─ resolve cart → seller → seller_tier (partner/store)
│ ├─ calculate fee via lib/fees.ts
│ └─ create the payment with the split baked in
│
▼
Connected payouts
│ ┌──▶ Seller's connected account: their cut. Paid first
│ └──▶ PTD platform account: the fee (funds the build)
│
▼
Webhook → Railway → mark order paid → email receiptsFull walkthrough →