All posts

Building a live auction with deferred payment

The Ailancer Team·May 12, 2026·7 min read
Building a live auction with deferred payment

Inside the Otomobil Market auction: the wedge, the flow, and the build behind an interest-free deferred-payment marketplace.

Otomobil Market started as a second-hand vehicle marketplace, but the wedge that made it interesting was a live damaged-vehicle auction with an interest-free deferred-payment flow: pay a quarter up front, settle the rest within 90 days. That single mechanic changed who could buy, and it changed what we had to build.

A live auction is a real-time problem wrapped in a transactional one. Bids have to be consistent under contention, the clock has to be authoritative, and the moment an auction closes, a whole payment and settlement state machine has to kick in cleanly. We modelled the auction, the bids, and the deferred-payment schedule as first-class entities so the rules lived in the data, not scattered across screens.

The deferred-payment flow was the part that needed real rigour: instalments, due dates, reminders, and the edge cases around partial and late settlement. Getting that wrong erodes trust fast, so it got real code and real tests even though the surrounding marketplace moved quickly on faster tooling.

The result is a product that does something the incumbents don't — and it shipped in weeks, because we spent the speed we saved on the listings and storefront on the one mechanic that was actually hard.

enough reading

Got something to build?