White-label PayFac. Sub-merchants under your platform identity. Fees land in your ledger. No MTL required.
Talk to sales →Platform capabilities
All charges run on your Stripe platform account. Funds route to sub-merchants via transfer_data[destination]. application_fee_amount lands in your ledger.
POST /api/v1/platform/sub-merchants creates a Stripe Custom account, seeds merchant row, and sets pricing rules in one atomic transaction.
Custom interchange rates per merchant category (individual vs business). fetch_pricing_rule() queries by platform_id + method + category.
Merchant-configurable cashback_open_rate_bps (spendable anywhere) and cashback_restricted_rate_bps (locked to merchant, P2P-transferable).
GMV sweep, refund rate, per-merchant cohorts. health_sweep_daily cron (0 2 UTC) aggregates across all sub-merchants.
Ops MCP tools: resolve_dispute proxies via BFF HMAC to core-rs. Platform tenant auth validates cross-tenant access.
Pricing
Platform pricing is indicative — contact sales for confirmed rates.