07.03 · Concept
Payouts, Reserves & the Float You Are Holding
Design a payout schedule with a reserve, and explain why a balance you are holding for other people must reconcile to the account underneath it every single day.
Payout scheduling is ledger design, not just a transfer API call. You need rules for when funds become payable, what stays reserved for risk, and how pending, available, paid, failed, refunded and reversed amounts tie back to the real account holding the float.
What this lesson answers
- how should marketplace payout reserves work
- why reconcile platform float every day
- how to design seller payout schedules
Notes
A platform payout system is not just “send money to sellers.” It is a small ledger system that decides when money becomes payable, how much should be held back, and whether the money you believe you owe users matches the real bank or payment account holding that money. A reserve is the portion you deliberately do not pay out yet, usually to cover refunds, disputes, chargebacks, fraud, negative balances, or operational risk.
The useful mental model is two layers: the user-facing ledger and the underlying money account. Your ledger may say seller A has 900 available, seller B has 500 pending,…
Common questions
- What is a reserve in a payout system?
- A reserve is money intentionally held back instead of being paid out immediately. Platforms use it to cover refunds, disputes, chargebacks, fraud, negative seller balances and operational failures. It should be represented explicitly in the ledger, with clear release rules, rather than treated as vague extra cash.
- Why is platform float not revenue?
- Float held for sellers or users is a liability, because the platform owes it to someone else. Delaying payout does not make the money yours. If it is spent as operating cash or mixed into revenue reporting, you can hide missing funds, duplicate payouts, insolvency and compliance problems.
- What should daily payout reconciliation prove?
- Daily reconciliation should prove that user balances, reserves, pending payouts, failed payouts, fees, refunds, reversals and incoming funds explain the balance in the underlying bank or processor account. The ledger and the account do not need identical transaction shapes, but their totals must be accountable.
Short definition: what is Payouts, Reserves & the Float You Are Holding?
