Owner Money, Right to the Cent
Vacation Rental ConnectProject
The owner-accounting and reporting core of a vacation-rental platform, in production for 14+ years and live today.
Problem
Every booking split into the right shares and the owner's portion tracked apart from the platform's — the least forgiving work in the domain, which generic developers stay away from.
What we built
The owner-money layer, from the booking that brings money in to the statement the owner opens.
- Per-property ledgers fed from the booking flow, a live Guesty integration, and Airbnb channel sync
- Owner, management and realtor share splits applied by the percentage in force on each transaction’s date
- Itemized recurring and one-off expenses, kept on the correct side of the split
- Owner statements, plus a paid-with-receipt payment trail against each item
- Booking-level payout reconciliation: each booking recomputed against what the channel paid, mismatches surfaced and repaired, Airbnb Resolution Payments kept out of the owner split
- A forward section showing upcoming bookings with the split already applied
- A tokenized read-only owner view, scoped so each owner sees only their own properties
Why it matters
This is the hardest owner-money code in the domain, and it is the proof behind everything else we build. Financial code that has been correct for over a decade is a different kind of proof than a demo.