# Send quotes Send a quote and convert it to a payment or subscription. - **Compatible with:** Subscriptions, invoices - **Requires:** Stripe account - **Good for:** Online sellers, individual creators, solo entrepreneurs, early-stage startups - **Pricing:** [Pay-as-you-go](https://stripe.com/pricing), [Stripe Billing pricing](https://stripe.com/billing/pricing) for recurring payments, [Invoicing pricing](https://stripe.com/invoicing/pricing) for advanced invoicing features With quotes, provide price estimates to your customers that you can convert into *invoices* or *subscriptions*. You can combine recurring and one-off line items, including any discounts or taxes. ![Quote PDF](images/quotes/quote-pdf.png) The generated quote PDF ## Create a quote To create a quote in the Stripe Dashboard: 1. Go to the [Billing tab](https://dashboard.stripe.com/billing). 1. Click **Quick actions** > **Create quote** (or go directly to the [quote editor](https://dashboard.stripe.com/test/quotes/create)). 1. Select **+ Add new customer**. At a minimum, enter your customer’s **Name** and **Account email**. Click **Add customer**. 1. Under **Items**, add or select a product. (You can also add a coupon.) 1. Choose an expiration date. 1. (Optional) Write a memo, and add a custom header and footer. You can set the future default text for the header and footer in the [quote template](https://dashboard.stripe.com/settings/billing/quote). 1. To preview the quote PDF (which shows the generated quote number) click **Download preview**. 1. Click **Finalize quote**. ![Quote editor](images/quotes/create-quote-editor.png) Quote editor After you finalize the quote, send it to your customer: 1. To download the quote, go to **Quotes details page** > **Quote PDF**. 1. Use an external email address to send the PDF to your customer for review. ## Mark a quote as accepted After your customer accepts the quote, bill them by converting the quote into an invoice or subscription. You can only create one-off invoices if a quote _only_ has one-time prices. If a quote has at least one recurring price, you can only convert it to a subscription. ### Convert a quote to an invoice 1. To mark a quote as accepted and create a draft invoice, go to **Convert to invoice** > **Quotes details**. 1. Use the [invoice editor](https://dashboard.stripe.com/test/invoices/create) to modify the draft invoice as needed. 1. Email the invoice or automatically charge the customer. ### Convert a quote to a subscription 1. In the quote editor, choose a customer and create or select a product with a recurring price. 1. Enter the quote details and choose to either **Start the subscription immediately** or **Schedule a subscription start date**. 1. Finalize the quote. This marks the quote as **Accepted**. 1. Go to **Convert to subscription** > **Quotes details**. 1. Enter or modify the subscription details, then click **Create subscription**. If you schedule the subscription to start immediately, Stripe creates an active subscription along with a draft invoice for the initial payment. Stripe finalizes the draft invoice automatically in 1 hour. Otherwise, the subscription begins on the scheduled start date. Depending on the subscription’s payment terms, Stripe collects payment by either charging the customer’s payment method on file or sending them an invoice. ## See Also - [Accessing quotes](https://support.stripe.com/questions/how-to-access-quotes) - [How quotes work](https://docs.stripe.com/quotes/overview.md)