Skip to content

Quote ​

A Quote is a way to model prices that you’d like to provide to a customer. Once accepted, it will automatically create an invoice, subscription or subscription schedule.

Endpoints ​

Create a quote ​

  • POST /v1/quotes

Update a quote ​

  • POST /v1/quotes/:id

Retrieve a quote ​

  • GET /v1/quotes/:id

Retrieve a quote's line items ​

  • GET /v1/quotes/:id/line_items

Retrieve a quote's upfront line items ​

  • GET /v1/quotes/:id/computed_upfront_line_items

List all quotes ​

  • GET /v1/quotes

Accept a quote ​

  • POST /v1/quotes/:id/accept

Cancel a quote ​

  • POST /v1/quotes/:id/cancel

Download quote PDF ​

  • GET /v1/quotes/:id/pdf

Finalize a quote ​

  • POST /v1/quotes/:id/finalize

Events ​

  • quote.accepted Occurs whenever a quote is accepted.

  • quote.canceled Occurs whenever a quote is canceled.

  • quote.created Occurs whenever a quote is created.

  • quote.finalized Occurs whenever a quote is finalized.

Stripe API Reference - Self-contained docs reference, refreshed 2026-05-18