Skip to main content
PREMIUM ADD-ONThis quotes feature is available upon request only. Please contact us to get access to this premium feature.
Quotes & Order Forms lets you build pricing proposals directly in Lago, assembled from your catalog: plans, coupons, prepaid credits, add-ons. When the deal closes, the same configuration provisions billing. What you quote is what gets billed.

From quote to order

Three documents, each created from the previous one:
  1. A Quote is the internal negotiation document. Editable, versioned.
  2. An Order Form is generated when you approve a quote. Frozen. You download the PDF and send it for signature.
  3. An Order is created when you mark the order form as signed. Permanent record. Executing it provisions billing in Lago, or records the deal if billing runs elsewhere.

Statuses at a glance

Each step has its own page: creating a quote, writing the content, order forms, orders. Read the limitations before building a workflow around the feature.

Over the API

Quotes are authored in Lago: the editor, the catalog picker, the variables. The API covers everything after that, so a CRM or a signature tool can drive the lifecycle without anyone opening Lago. Nine webhooks follow the same path: quote.created, quote.approved, quote.voided, order_form.created, order_form.signed, order_form.expired, order_form.voided, order.created, order.executed. See the full list. Clients for Ruby, Python and Go cover the three resources. The JavaScript client is generated from the OpenAPI spec, so it picks them up on its next release.

Permissions

Quotes & Order Forms follows Lago’s roles and permissions. Admins and managers can perform every action. Finance is view-only.