Payouts
Sosyabot tracks earnings on the order itself: each marketplace_orders document carries a seller_payout field set at order creation (after platform_fee is deducted from amount). When the order moves to completed, the payout becomes payable.
What you'll see today
- A running balance per seller — sum of
seller_payoutacross orders incompletedstate minus payouts already disbursed. - Per-order detail in the seller dashboard.
How payouts are disbursed
There is no built-in payout pipeline yet. Disbursement happens through your workspace's billing provider — typically a manual transfer that an admin records in the seller's account or via the provider's payout APIs (Stripe Connect, Iyzico marketplace flows). Treat the seller balance as a ledger; reconcile externally.
Roadmap
Native payout automation is on the near roadmap; for now, build a payout review into your operations cadence (weekly / fortnightly) and reconcile from the order list.