sales-marketplace-payouts
Marketplace payouts strategy — selecting and operating the payment infrastructure that pays 1099 supply workers, sellers, drivers, hosts, and creators on a two-sided marketplace. Covers Stripe Connect (Standard / Express / Custom), PayPal Hyperwallet, Adyen for Platforms, Trolley, Tipalti, Branch, and more in the catalog — when to pick each, connected-account vs custodial, KYC / onboarding burden, on-demand-vs-scheduled pay, multi-currency, tax forms (1099-K, 1099-NEC, W-9, W-8), and 1099-misclassification risk. Use when choosing Stripe Connect Standard vs Express vs Custom for a 1099 marketplace, comparing Hyperwallet vs Trolley for multi-country payouts, the supply side churns because payouts arrive too slowly, choosing a per-payout API vs a full marketplace stack, or needing on-demand pay to compete on supply recruiting. Do NOT use for buyer-side checkout or payment collection (use /sales-checkout) or affiliate commission tracking that isn't a marketplace payout (use /sales-affiliate-program).
What this skill does
# Marketplace Payouts Strategy This skill is tool-agnostic. It covers how to pick and operate the payout-side payment infrastructure for a two-sided marketplace — Stripe Connect, Hyperwallet, Adyen for Platforms, Trolley, Tipalti, Routable, dots.dev, Branch, and others. ## Step 1 — Gather context If `references/learnings.md` exists, read it first. 1. **Where are you in the marketplace?** - A) Pre-launch / first 10 payouts — manual is still ok - B) Small scale (10-200 workers, US-only) — picking your first payout API - C) Scaling (200-5K workers, possibly multi-state) — picking the system that grows - D) Multi-country (any non-US recipients) — multi-currency is now table stakes - E) Already on a payout API and considering switching 2. **What's the worker relationship?** - 1099 contractor / gig worker (most marketplaces) - W-2 employee (Bluecrew-style) - Mixed - Outside-US recipients (different tax + currency rules) 3. **What's the payout cadence the supply side expects?** - Daily / on-demand (gig economy default) - Weekly - Bi-weekly / monthly (rarer for marketplaces) 4. **What's the marketplace vertical?** (cleaning, courier, food delivery, home services, pet care, creator/seller marketplace, multi-vertical) — drives which platforms fit. Skip-ahead rule: if the user's prompt already has these details, skip to Step 2. ## Step 2 — Route or answer directly | If the question is about... | Route to... | |---|---| | Buyer-side checkout, cart abandonment, payment collection | `/sales-checkout [question]` | | Affiliate commissions tracking (NOT marketplace worker payouts) | `/sales-affiliate-program [question]` | | The marketplace GTM strategy layer (cold-start, supply recruiting) | `/sales-two-sided-marketplace [question]` | | Door-to-door / field outbound for marketplace demand | `/sales-field-sales [question]` | | Hourly worker hiring + onboarding (not payouts) | `/sales-two-sided-marketplace [question]` for Workstream coverage | | Tax filing deep-dive (not selection) | No skill yet — flag as a gap | | W-2 payroll (not marketplace 1099 payouts) | No skill yet — outside scope | If the question is genuinely about marketplace payout infrastructure selection or operation, continue to Step 3. ## Step 3 — Payout platform reference **Read `references/platforms.md`** for per-platform notes on Stripe Connect (Standard / Express / Custom), PayPal Hyperwallet, Adyen for Platforms, Trolley, Tipalti, Routable, dots.dev, Branch, Nium, Wise Business, and Tremendous. Each entry covers what it's best for, marketplace stage fit, fee structure, KYC/onboarding flow, multi-currency reach, 1099-K/1099-NEC handling, and the embedded vs custom UX trade-off. Answer using only the relevant sections. Don't dump the full file. ## Step 4 — Actionable guidance The payouts decision has four pillars. Work them in order. ### 4.1 Selection criteria Pick the platform based on **the dimension that will break first** if you pick wrong: | Dimension | When it dominates the choice | |---|---| | **Onboarding burden** (KYC docs, identity verification, payout-method setup) | If supply churns at the onboarding step. Stripe Express / dots.dev minimize this. | | **Payout speed** (daily / on-demand vs weekly) | If competing on supply recruiting in a tight labor market. Branch and Stripe Instant Payouts unlock <24hr. | | **Multi-currency / multi-country** | If ANY worker is outside the US. Wise, Hyperwallet, Trolley, Nium dominate; Stripe Connect is good in 50+ countries but with caveats. | | **Hold / release for disputes** | If buyer disputes drive chargebacks. Stripe Connect, Adyen handle this natively; per-payout APIs don't. | | **Tax form generation** (1099-K, 1099-NEC, W-9, W-8) | If you'll cross 1099 thresholds. Trolley, Tipalti, Stripe Connect handle 1099 forms; Wise and Tremendous don't. The 1099-K threshold dropped to $5K starting 2024 — affects more marketplaces than before. | | **Embedded vs custom UX** | If branded onboarding matters. Stripe Custom + Adyen Custom = full white-label; Stripe Standard = co-branded. | | **Worker classification risk** | If payment design contributes to misclassification (see 4.4). | The right answer is usually a stack of 2: a primary payouts layer (Stripe Connect or Adyen for Platforms or Hyperwallet) plus an on-demand pay layer (Branch) bolted on if you need it for supply retention. ### 4.2 Decision matrix by marketplace stage | Stage | Default pick | Why | |---|---|---| | Pre-PMF, <50 payouts/month | Manual via Wise Business / Stripe Standard payouts | Don't build infra you'll throw away | | Small US-only marketplace, 50-500/mo | **Stripe Connect Express** | Best onboarding/KYC UX, free until you scale, the embedded flow keeps supply on-platform | | Scaling US-only, 500-5K/mo | **Stripe Connect Express OR Standard** + Branch for on-demand pay if supply churns | Stripe scales, Branch handles the "I need money today" supply objection | | Multi-country, any volume | **Hyperwallet OR Adyen for Platforms** | Stripe Connect covers most countries but has gaps; Hyperwallet built for this | | Mass payouts with tax handling | **Trolley** | Multi-currency mass payouts + 1099 / W-9 / W-8 generation is its core product | | AP-style approvals + payouts | **Tipalti** | If payouts go through approval chains (creator marketplaces, vendor marketplaces) | | Embedded gig-specific SDK | **dots.dev** | If you want a payout SDK purpose-built for gig platforms — fewer features but tighter fit | | Rewards / gift cards as payout option | **Tremendous** | If supply has a choice between cash and gift cards | ### 4.3 Integration patterns **Connected-account model** (Stripe Connect, Adyen for Platforms): - The supply worker has their own account inside your platform's account hierarchy - KYC happens at account creation, not per payout - You can hold funds, dispute, refund, and have full visibility - Best for: most US marketplaces with ongoing relationships **Custodial / mass-payout model** (Trolley, Routable, Hyperwallet partial mode): - You hold the money; you send batch payouts to a list of recipients - Simpler integration; less compliance overhead per worker - Best for: high-volume one-off-ish payouts, multi-currency, tax-form-heavy use cases **On-demand pay overlay** (Branch): - Sits ALONGSIDE your primary payout API - Workers can advance earned-but-not-yet-paid wages - Reduces supply churn in tight labor markets **Webhook handling** — every payout API has events; the critical ones are: - `payout.created`, `payout.paid`, `payout.failed` - `account.updated` (KYC status change) - `transfer.failed` / `payout.canceled` - Always handle idempotently; payment retries are real. ### 4.4 Compliance and worker classification risk **The single biggest gotcha** in marketplace payouts isn't picking the wrong API — it's that **how you pay workers becomes evidence in a 1099 misclassification suit**. The ABC test (used in California and many states) asks: - A: Is the worker free from your control? (If you set the schedule, you fail A.) - B: Is the work outside your usual business? (If you're a cleaning marketplace and they clean for you, you usually fail B.) - C: Does the worker have an independent trade? (Most gig workers fail C.) Payment-design factors that worsen the classification picture: - Hourly pay (vs per-job) - Mandatory pay rates (vs worker-set) - Payment timing you control fully (vs they can withdraw on demand) - No 1099-NEC issued (so it looks like W-2) Payment-design factors that improve it: - Per-completed-job payments - Worker chooses their own rate (or accepts/rejects offered rate) - Worker controls payout timing (Branch / Stripe Instant Payouts) - Clean 1099-NEC issued every year above threshold **The 1099-K shift to $5K threshold** (effective tax year 2024, ramping further) means many small marketplaces now hit the threshold who didn't before. Pick a platform that handles 1099-K generation natively (Trolley, Stri
Related in Backend & APIs
jfrog
IncludedInteract with the JFrog Platform via the JFrog CLI and REST/GraphQL APIs. Use this skill when the user wants to manage Artifactory repositories, upload or download artifacts, manage builds, configure permissions, manage users and groups, work with access tokens, configure JFrog CLI servers, search artifacts, manage properties, set up replication, manage JFrog Projects, run security audits or scans, look up CVE details, query exposures scan results from JFrog Advanced Security, manage release bundles and lifecycle operations, aggregate or export platform data, or perform any JFrog Platform administration task. Also use when the user mentions jf, jfrog, artifactory, xray, distribution, evidence, apptrust, onemodel, graphql, workers, mission control, curation, advanced security, exposures, or any JFrog product name.
cupynumeric-migration-readiness
IncludedPre-migration readiness assessor for porting NumPy to cuPyNumeric. Use BEFORE substantial porting work begins when the user asks whether code will scale on GPU, whether they should migrate to cuPyNumeric, which NumPy patterns transfer cleanly, what must be refactored before porting, or mentions pre-port assessment, scaling analysis, or refactor planning. Inspect the user's source code, look up NumPy usage, cross-reference the cuPyNumeric API support manifest, and distinguish distributed-scaling-friendly patterns from blockers such as unsupported APIs, scalar synchronization, host round-trips, Python/object-heavy control flow, shape/data-dependent branching, and in-place mutation hazards. Produce a verdict of READY, LIGHT REFACTOR, SIGNIFICANT REFACTOR, or NOT RECOMMENDED, with concrete refactor pointers.
alibabacloud-data-agent-skill
IncludedInvoke Alibaba Cloud Apsara Data Agent for Analytics via CLI to perform natural language-driven data analysis on enterprise databases. Data Agent for Analytics is an intelligent data analysis agent developed by Alibaba Cloud Database team for enterprise users. It automatically completes requirement analysis, data understanding, analysis insights, and report generation based on natural language descriptions. This tool supports: discovering data resources (instances/databases/tables) managed in DMS, initiating query or deep analysis sessions, real-time progress tracking, and retrieving analysis conclusions and generated reports. Use this Skill when users need to query databases, analyze data trends, generate data reports, ask questions in natural language, or mention "Data Agent", "data analysis", "database query", "SQL analysis", "data insights".
token-optimizer
IncludedReduce OpenClaw token usage and API costs through smart model routing, heartbeat optimization, budget tracking, and native 2026.2.15 features (session pruning, bootstrap size limits, cache TTL alignment). Use when token costs are high, API rate limits are being hit, or hosting multiple agents at scale. The 4 executable scripts (context_optimizer, model_router, heartbeat_optimizer, token_tracker) are local-only — no network requests, no subprocess calls, no system modifications. Reference files (PROVIDERS.md, config-patches.json) document optional multi-provider strategies that require external API keys and network access if you choose to use them. See SECURITY.md for full breakdown.
resend-cli
IncludedUse this skill when the task is specifically about operating Resend from an AI agent, terminal session, or CI job via the official resend CLI: installing/authenticating the CLI, sending/listing/updating/cancelling emails, batch sends, domains and DNS, webhooks and local listeners, inbound receiving, contacts, topics, segments, broadcasts, templates, API keys, profiles, or debugging Resend CLI/API failures. Trigger on mentions of Resend CLI, `resend`, `resend doctor`, `resend emails send`, `resend domains`, `resend webhooks listen`, `resend emails receiving`, or agent-friendly terminal automation.
alibabacloud-odps-maxframe-coding
IncludedUse this skill for MaxFrame SDK development and documentation navigation on Alibaba Cloud MaxCompute (ODPS). Helps answer MaxFrame API, concept, official example, and supported pandas API questions; create data processing programs; read/write MaxCompute tables; debug jobs (remote or local); and build custom DPE runtime images. Trigger when users mention MaxFrame, MaxCompute with MaxFrame, ODPS table processing, DPE runtime, MaxFrame docs/examples, DataFrame/Tensor operations, or GPU runtime setup. Works for both English and Chinese queries about Alibaba Cloud data processing with MaxFrame.