Skip to main content
GET
Retrieve a quote

Authorizations

Authorization
string
header
required

Bearer authorization header: Bearer <token>, where <token> is the access token received from the authorization server at the end of the OAuth 2.0 flow.

Headers

X-Qonto-Staging-Token
string

Required only for Sandbox API requests; to get one, please sign up to the Developer Portal.

Path Parameters

id
string<uuid>
required

The unique identifier of the quote.

Response

Returns the quote identified by the id path parameter.

id
string<uuid>
required

Quote ID

Example:

"4d5418bb-bd0d-4df4-865c-c07afab8bb48"

organization_id
string<uuid>
required

Organization ID

Example:

"4d5418bb-bd0d-4df4-865c-c07afab8bb48"

number
string
required

Quote number

Example:

"Q-2024-001"

status
enum<string>
required

Quote status

Available options:
pending_approval,
approved,
canceled
Example:

"pending_approval"

currency
string
required

Currency code (ISO 4217 format, alpha 3)

Example:

"EUR"

total_amount
object
required

Total amount of the quote

total_amount_cents
integer<int64>
required

Total amount in cents

Example:

24000

vat_amount
object
required

VAT amount of the quote

vat_amount_cents
integer<int64>
required

VAT amount in cents

Example:

4000

issue_date
string<date>
required

Issue date (YYYY-MM-DD)

Example:

"2024-01-15"

expiry_date
string<date>
required

Expiry date (YYYY-MM-DD)

Example:

"2024-02-15"

created_at
string<date-time>
required

Creation timestamp

Example:

"2024-01-15T10:30:00Z"

items
object[]
required

Quote line items

client
object
required

Client that needs to pay the invoice.

organization
object
required

Information of the organization at the time the document was issued.

attachment_id
string<uuid>

Attachment ID for the quote PDF

Example:

"4d5418bb-bd0d-4df4-865c-c07afab8bb48"

quote_url
string<uri>

Public URL to view the quote

Example:

"https://portal.qonto.com/quotes/00000000-0000-0000-0000-000000000000"

contact_email
string<email>

Organization contact email

Example:

"contact@qonto.com"

terms_and_conditions
string

Terms and conditions text

Example:

"This is an example."

header
string

Header text for the quote

Example:

"This is an example."

Footer text for the quote

Example:

"This is an example."

discount
object

Global discount applied to the quote

approved_at
string<date-time>

Approval timestamp (if approved)

Example:

"2024-01-16T14:22:00Z"

canceled_at
string<date-time>

Cancellation timestamp (if canceled)

Example:

"2024-01-17T09:15:00Z"

welfare_fund
object

Welfare fund details (Italian specific)

withholding_tax
object

Withholding tax details (Italian specific)

stamp_duty_amount
string

Stamp duty amount (Italian specific)

Example:

"0.10"

invoice_ids
string<uuid>[]

IDs of invoices created from this quote