Skip to content
Faldaro

Sell a file without standing up a storefront

Selling a report, a template pack or a course workbook usually means an e-commerce platform you did not want for the sake of one file. A Faldaro form can ask the questions, price the order, take the payment and hand over the goods.

  • The form is the storefront

    Ask what you need to know — licence tier, seat count, VAT number — price it from those answers, and take the payment on the same submission. No storefront to configure alongside the questions you actually wanted.

  • Delivery is a rule, not an errand

    Upload the file to your library once and point a rule at it. Every qualifying submission mints its own claim, so nobody is emailing attachments at eleven at night when an order comes in from another timezone.

  • Paid means paid

    The claim is created when the submission commits, but it only releases against the payment status Stripe confirmed. Rows are written before any request leaves for Stripe, so a closed tab loses neither the order nor the money.

  • One link, held for the buyer

    The download link is minted once and stays stable across later edits, so it can be reissued in an email without changing. Revoke the product’s sharing later and claims already handed out still work.

Built from the same parts as everything else: payments and delivery do the selling, the builder does the pricing, and workflows carry whatever handling follows. The refund that occasionally follows is its own act, taken from the payment record — full amount, reversing any split with it, and safe to run twice.

Questions

Selling files on Faldaro, plainly

When exactly does the buyer get the file?

When the submission’s recorded payment status says it has been paid — checked afresh every time the link is opened, not written down once at checkout. There is no release flag to get stuck, and nothing for a retried webhook to knock out of step.

Can the download link be passed around?

It carries an unguessable token, and the file ids behind it are inert without it. The link is rate-limited per token rather than per visitor, so one over-shared link is bounded — and a link that never opted in is a plain 404, the same answer a made-up token gets.

What if I give something away free?

Then it is released immediately. The gate is frozen per submission from what that submission’s own rules priced — so a conditional rule that charged nothing this time does not leave the buyer waiting on a payment that was never asked for.

Put your file behind a form

Payments and digital delivery start on the Starter plan — build and shape the form itself for nothing first.

No card required.