How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Stripe Quotes API

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.

Stripe Quotes API is one of 159 APIs that Stripe publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Quotes. The published artifact set on APIs.io includes API documentation and an OpenAPI specification.

This API exposes 10 operations across 8 paths, and defines 14 schemas. It is described by OpenAPI 3.2.0, at version 2023-10-16.

Requests are made against a single base URL, https://api.stripe.com/.

10 operations 8 paths 14 schemas 5 GET5 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
2023-10-16
Server
https://api.stripe.com/
Authentication
HTTP Basic, HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 2

Stripe Quotes API declares 2 security schemes for authenticating requests. It accepts HTTP basic authentication (basicAuth). It accepts HTTP bearer tokens (auth-scheme) (bearerAuth). By default, every request must be authenticated.

  • basicAuth — Basic HTTP authentication. Allowed headers-- Authorization: Basic | Authorization: Basic
  • bearerAuth — Bearer HTTP authentication. Allowed headers-- Authorization: Bearer

Paths & Operations 10

Across 8 paths, the API surfaces 10 operations — 5 GET, 5 POST. Each is listed below with its method, path, parameters, and response codes.

Quotes 10
GET
/v1/quotes
Returns a list of your quotes.
GetQuotes 7 params body → 200default
POST
/v1/quotes
A quote models prices and services for a customer. Default options for header , description , footer , and expiresat can be set in the dashboard via the quote template .
PostQuotes body → 200default
GET
/v1/quotes/{quote}
Retrieves the quote with the given ID.
GetQuotesQuote 2 params body → 200default
POST
/v1/quotes/{quote}
A quote models prices and services for a customer.
PostQuotesQuote 1 param body → 200default
POST
/v1/quotes/{quote}/accept
Accepts the specified quote.
PostQuotesQuoteAccept 1 param body → 200default
POST
/v1/quotes/{quote}/cancel
Cancels the quote.
PostQuotesQuoteCancel 1 param body → 200default
GET
/v1/quotes/{quote}/computed_upfront_line_items
When retrieving a quote, there is an includable computed.upfront.lineitems property containing the first handful of those items. There is also a URL where you can retrieve the full (paginated) list o…
GetQuotesQuoteComputedUpfrontLineItems 5 params body → 200default
POST
/v1/quotes/{quote}/finalize
Finalizes the quote.
PostQuotesQuoteFinalize 1 param body → 200default
GET
/v1/quotes/{quote}/line_items
When retrieving a quote, there is an includable lineitems property containing the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of line items.
GetQuotesQuoteLineItems 5 params body → 200default
GET
/v1/quotes/{quote}/pdf
Download the PDF for a finalized quote
GetQuotesQuotePdf 2 params body → 200default

Schemas 14

The contract defines 14 schemas that model the data the API accepts and returns. The most detailed are quote (35 properties), PostQuotesRequest (20 properties), PostQuotesQuoteRequest (18 properties), QuotesResourceListLineItems (4 properties). Each schema is shown below with its type and property counts.

QuotesResourceQuoteList
object
4 properties 4 required
GetQuotesQuotePdfRequest
object
quote
object
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…
35 properties 17 required
GetQuotesQuoteRequest
object
PostQuotesQuoteCancelRequest
object
1 property
error
object
An error response from the Stripe API
1 property 1 required
GetQuotesQuoteLineItemsRequest
object
PostQuotesQuoteAcceptRequest
object
1 property
PostQuotesQuoteFinalizeRequest
object
2 properties
QuotesResourceListLineItems
object
4 properties 4 required
PostQuotesRequest
object
20 properties
GetQuotesRequest
object
GetQuotesQuoteComputedUpfrontLineItemsRequest
object
PostQuotesQuoteRequest
object
18 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

stripe-quotes-api-openapi.yml Raw ↑

Other APIs Stripe publishes across the network.

Stripe Accounts API
Stripe Balance API
Stripe Billing API
Stripe Charges API
Stripe Checkout API
Stripe Climate API
Stripe Country API
Stripe Coupons API
Stripe Credit Notes API
Stripe Customers API
Stripe Disputes API
Stripe Ephemeral Keys API
Where this information came from

This is an independent, third-party profile of Stripe Quotes API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.