← Back to blog
Platform

Deferred delivery: sell work that doesn't exist yet, safely for both sides

Custom reports, audits, made-to-order work — the buyer pays now, you deliver within three days, and the payment refunds itself if you don't. Here's the full mechanism.

July 31, 2026·8 min read
Deferred delivery: sell work that doesn't exist yet, safely for both sides

The standard digital product model breaks down the moment the thing you're selling has to be made for one specific customer. A custom market report, a portfolio review, an audit of someone's site, a personalised plan — none of it exists when the buyer clicks buy. The usual workaround is a mess of DMs, invoices, and trust. Deferred delivery replaces that with something structured: the buyer answers your questions at checkout, pays immediately, and their money is protected by a delivery clock that runs whether you're watching it or not.

What deferred delivery actually is

A deferred product looks like any other product on your store — a page, a price, a buy button. The difference is what happens at checkout. Instead of paying and immediately downloading, the buyer fills in an intake form you designed, pays, and lands on a page telling them their order is in progress. On your side, the order shows up in the fulfillments section of your dashboard with the buyer's answers attached and a countdown to your deadline. You do the work, upload the file, and mark it delivered.

The reason this needs its own mechanism, rather than "just email them the file later", is the payment. The buyer is paying up front for something they haven't seen, from someone they may not know. Deferred delivery answers that with an escrow-style window: the charge happens at checkout, but if the order is never delivered in time, the platform refunds it automatically. The buyer's risk stops being "will this person deliver?" and becomes "I get the work or I get my money back", which is a much easier thing to click buy on.

The intake form: get the brief before the money

You build intake forms in the dashboard under Forms, with a drag-and-drop builder and a live preview. The field types cover what a real brief needs: short and long text, email, phone, number, date, URL, dropdowns, radio buttons, and checkboxes, each of which can be required or optional. One form can be reused across several products, so if you sell three variations of the same service you write the questions once.

The form renders on the checkout page, before payment, alongside a notice explaining the delivery-and-refund policy. This ordering matters more than it looks: you get the complete brief at the same instant you get the money, so there's no chasing a customer for the details you need to start. And when a buyer's answers are submitted, the form is snapshotted with them. Edit the form next month, add a question, remove one — past orders still show exactly the questions that buyer was asked and exactly what they answered.

Three days to deliver, or the payment refunds itself

Once an order is paid, you have three days to upload the deliverable and mark it delivered. The deadline is visible on the order in your dashboard as a countdown, and it isn't a suggestion: an automated job sweeps for expired orders, and any order still undelivered past its deadline is refunded in full to the buyer, with download access revoked. Nobody has to open a dispute, email support, or ask you for anything. (In this version the automatic refund covers the item price; a tip or VAT charged on top isn't included.)

That's a genuine constraint on you as a seller, and it should shape what you list. Deferred delivery suits work you can reliably turn around in seventy-two hours — a report, an audit, a custom asset, a review. It is not the right container for a three-week consulting engagement. Price and scope your deferred products so the deadline is comfortable, not heroic. The upside of accepting that constraint is that the buyer's decision gets much easier, and you get paid at the moment of purchase rather than chasing an invoice after the work is done.

Uploading is straightforward: any file type, up to 200 MB per deliverable, as many files as the order needs. They're stored in private storage and served only through short-lived signed links, the same way regular product files are. Marking the order delivered notifies the buyer and closes your refund exposure — from that point the money can no longer bounce back automatically.

The buyer's three days to confirm

Delivery starts a second, shorter clock. The buyer gets three days to open their library, download the files, and confirm receipt. If they confirm, the order is complete and the funds are final. If they simply don't come back — which is what busy customers usually do — the order auto-completes when the window expires. Silence doesn't leave you in limbo, and it doesn't quietly hand the buyer a free refund either.

Buyers see the whole state machine from their library: in progress, delivered, or refunded, with the files attached and a confirm button when there's something to confirm. Both sides always know exactly where the order stands, which removes the single most common source of friction in custom work — the stretch of silence between paying and receiving, where the buyer can't tell whether anything is happening.

Run it by hand, or let an agent run it

Everything a seller does in this flow is available over the API, which is what makes deferred products interesting beyond freelancing. An automated pipeline — or an AI agent with an API key — can create the intake form, publish the deferred product, poll GET /api/v1/fulfillments?status=pending for new orders complete with the buyer's answers, generate the deliverable, upload it with POST /api/v1/fulfillments/:id/files, and call /deliver. That's a productised service that runs unattended, with the same three-day guarantee protecting the buyer.

A few limits are worth knowing before you list. Deferred products can't be bundles and aren't included in packages; gifting is disabled when a deferred item is in the cart, since the intake answers belong to the person who'll receive the work; and a single cart can hold at most five deferred items. Orders are recorded from both the checkout success page and Stripe's webhook, so the refund timer exists even if the buyer closes the tab the instant they've paid — and delivery versus auto-refund is resolved so that exactly one of them can win a photo finish.

Deferred delivery is what lets you sell a service the way you sell a file: one page, one checkout, money up front, with an automatic refund standing behind the promise instead of your reputation alone. If you've been quoting custom work over email, try converting the smallest version of it into a deferred product — build the intake form under Forms in your dashboard, flip the Deferred delivery toggle on a new product, and let the three-day window do the trust-building for you.