curl --request GET \
--url https://thirdparty.qonto.com/v2/quotes \
--header 'Authorization: Bearer <token>'{
"quotes": [
{
"id": "4d5418bb-bd0d-4df4-865c-c07afab8bb48",
"organization_id": "4d5418bb-bd0d-4df4-865c-c07afab8bb48",
"number": "Q-2024-001",
"status": "pending_approval",
"currency": "EUR",
"total_amount": {
"value": "240.00",
"currency": "EUR"
},
"total_amount_cents": 24000,
"vat_amount": {
"value": "40.00",
"currency": "EUR"
},
"vat_amount_cents": 4000,
"issue_date": "2024-01-15",
"expiry_date": "2024-02-15",
"created_at": "2024-01-15T10:30:00Z",
"items": [
{
"title": "Consulting services",
"description": "Monthly consulting services",
"quantity": "2.5",
"unit": "hour",
"vat_rate": "20",
"vat_exemption_reason": "N1",
"unit_price": {
"value": "100.00",
"currency": "EUR"
},
"unit_price_cents": 10000,
"total_amount": {
"value": "200.00",
"currency": "EUR"
},
"total_amount_cents": 20000,
"total_vat": {
"value": "40.00",
"currency": "EUR"
},
"total_vat_cents": 4000,
"subtotal": {
"value": "160.00",
"currency": "EUR"
},
"subtotal_cents": 16000,
"discount": {
"type": "percentage",
"value": "<string>",
"amount": {
"value": "<string>",
"currency": "<string>"
},
"amount_cents": 123
}
}
],
"client": {
"id": "33v418bb-bd0d-4df4-865c-c07afab8bb48",
"name": "McDonald's",
"first_name": "Jane",
"last_name": "Doe",
"type": "individual",
"email": "[email protected]",
"vat_number": "FR32123456789",
"tax_identification_number": "123456789",
"address": "1 place de l’Opéra",
"city": "Paris",
"zip_code": "75009",
"province_code": "<string>",
"country_code": "fr",
"recipient_code": "<string>",
"locale": "fr",
"billing_address": {
"street_address": "123 Main Street",
"city": "Paris",
"zip_code": "75009",
"province_code": "<string>",
"country_code": "FR"
},
"delivery_address": {
"street_address": "123 Main Street",
"city": "Paris",
"zip_code": "75009",
"province_code": "<string>",
"country_code": "FR"
}
},
"organization": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"legal_name": "<string>",
"legal_number": "<string>",
"legal_country": "<string>",
"address_line_1": "<string>",
"address_line_2": "<string>",
"address_zipcode": "<string>",
"address_city": "<string>",
"address_country": "<string>",
"company_leadership": "Jan Mueller",
"district_court": "Munich",
"commercial_register_number": "HRB12345B",
"vat_number": "FR123456789",
"tax_number": "123/123/1234",
"legal_capital_share": {
"value": "10000.00",
"currency": "EUR"
},
"transaction_type": "goods",
"vat_payment_condition": "on_receipts"
},
"attachment_id": "4d5418bb-bd0d-4df4-865c-c07afab8bb48",
"quote_url": "https://portal.qonto.com/quotes/00000000-0000-0000-0000-000000000000",
"contact_email": "[email protected]",
"terms_and_conditions": "This is an example.",
"header": "This is an example.",
"footer": "This is an example.",
"discount": {
"type": "percentage",
"value": "10",
"amount": {
"value": "20.00",
"currency": "EUR"
},
"amount_cents": 2000
},
"approved_at": "2024-01-16T14:22:00Z",
"canceled_at": "2024-01-17T09:15:00Z",
"welfare_fund": {
"type": "TC22",
"rate": "0.1",
"amount": "10.00"
},
"withholding_tax": {
"reason": "RT01",
"rate": "0.1",
"amount": "10.00",
"payment_reason": "M1"
},
"stamp_duty_amount": "0.10",
"invoice_ids": [
"4d5418bb-bd0d-4df4-865c-c07afab8bb48"
]
}
],
"meta": {
"total": 123,
"total_pages": 123,
"current_page": 123,
"next_page": 123,
"prev_page": 123
}
}OAuth scope: client_invoices.read
Retrieves a list of quotes with optional filtering, searching, and pagination.
curl --request GET \
--url https://thirdparty.qonto.com/v2/quotes \
--header 'Authorization: Bearer <token>'{
"quotes": [
{
"id": "4d5418bb-bd0d-4df4-865c-c07afab8bb48",
"organization_id": "4d5418bb-bd0d-4df4-865c-c07afab8bb48",
"number": "Q-2024-001",
"status": "pending_approval",
"currency": "EUR",
"total_amount": {
"value": "240.00",
"currency": "EUR"
},
"total_amount_cents": 24000,
"vat_amount": {
"value": "40.00",
"currency": "EUR"
},
"vat_amount_cents": 4000,
"issue_date": "2024-01-15",
"expiry_date": "2024-02-15",
"created_at": "2024-01-15T10:30:00Z",
"items": [
{
"title": "Consulting services",
"description": "Monthly consulting services",
"quantity": "2.5",
"unit": "hour",
"vat_rate": "20",
"vat_exemption_reason": "N1",
"unit_price": {
"value": "100.00",
"currency": "EUR"
},
"unit_price_cents": 10000,
"total_amount": {
"value": "200.00",
"currency": "EUR"
},
"total_amount_cents": 20000,
"total_vat": {
"value": "40.00",
"currency": "EUR"
},
"total_vat_cents": 4000,
"subtotal": {
"value": "160.00",
"currency": "EUR"
},
"subtotal_cents": 16000,
"discount": {
"type": "percentage",
"value": "<string>",
"amount": {
"value": "<string>",
"currency": "<string>"
},
"amount_cents": 123
}
}
],
"client": {
"id": "33v418bb-bd0d-4df4-865c-c07afab8bb48",
"name": "McDonald's",
"first_name": "Jane",
"last_name": "Doe",
"type": "individual",
"email": "[email protected]",
"vat_number": "FR32123456789",
"tax_identification_number": "123456789",
"address": "1 place de l’Opéra",
"city": "Paris",
"zip_code": "75009",
"province_code": "<string>",
"country_code": "fr",
"recipient_code": "<string>",
"locale": "fr",
"billing_address": {
"street_address": "123 Main Street",
"city": "Paris",
"zip_code": "75009",
"province_code": "<string>",
"country_code": "FR"
},
"delivery_address": {
"street_address": "123 Main Street",
"city": "Paris",
"zip_code": "75009",
"province_code": "<string>",
"country_code": "FR"
}
},
"organization": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"legal_name": "<string>",
"legal_number": "<string>",
"legal_country": "<string>",
"address_line_1": "<string>",
"address_line_2": "<string>",
"address_zipcode": "<string>",
"address_city": "<string>",
"address_country": "<string>",
"company_leadership": "Jan Mueller",
"district_court": "Munich",
"commercial_register_number": "HRB12345B",
"vat_number": "FR123456789",
"tax_number": "123/123/1234",
"legal_capital_share": {
"value": "10000.00",
"currency": "EUR"
},
"transaction_type": "goods",
"vat_payment_condition": "on_receipts"
},
"attachment_id": "4d5418bb-bd0d-4df4-865c-c07afab8bb48",
"quote_url": "https://portal.qonto.com/quotes/00000000-0000-0000-0000-000000000000",
"contact_email": "[email protected]",
"terms_and_conditions": "This is an example.",
"header": "This is an example.",
"footer": "This is an example.",
"discount": {
"type": "percentage",
"value": "10",
"amount": {
"value": "20.00",
"currency": "EUR"
},
"amount_cents": 2000
},
"approved_at": "2024-01-16T14:22:00Z",
"canceled_at": "2024-01-17T09:15:00Z",
"welfare_fund": {
"type": "TC22",
"rate": "0.1",
"amount": "10.00"
},
"withholding_tax": {
"reason": "RT01",
"rate": "0.1",
"amount": "10.00",
"payment_reason": "M1"
},
"stamp_duty_amount": "0.10",
"invoice_ids": [
"4d5418bb-bd0d-4df4-865c-c07afab8bb48"
]
}
],
"meta": {
"total": 123,
"total_pages": 123,
"current_page": 123,
"next_page": 123,
"prev_page": 123
}
}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.
Required only for Sandbox API requests; to get one, please sign up to the Developer Portal.
Quotes can be filtered by their status: Status can be one of: pending_approval, approved, canceled
pending_approval, approved, canceled Quotes can be filtered by their created_at property. This filter can be used in combination with the created_at_to query parameter to get quotes created within a specific timeframe. Please use a valid date time format (ISO 8601 for instance).
"2022-02-01T12:01:02Z"
Quotes can be filtered by their created_at property. This filter can be used in combination with the created_at_from query parameter to get quotes created within a specific timeframe. Please use a valid date time format (ISO 8601 for instance).
"2022-23-04T16:23:00Z"
Returned page (cf. Pagination).
1
Number of quotes per page (cf. Pagination).
x <= 500Quotes can be sorted by their created_at property in 2 possible orders: asc (Ascending) / desc (Descending).
created_at:desc, created_at:asc Returns a list of quotes.
Show child attributes
Quote ID
"4d5418bb-bd0d-4df4-865c-c07afab8bb48"
Organization ID
"4d5418bb-bd0d-4df4-865c-c07afab8bb48"
Quote number
"Q-2024-001"
Quote status
pending_approval, approved, canceled "pending_approval"
Currency code (ISO 4217 format, alpha 3)
"EUR"
Total amount in cents
24000
VAT amount in cents
4000
Issue date (YYYY-MM-DD)
"2024-01-15"
Expiry date (YYYY-MM-DD)
"2024-02-15"
Creation timestamp
"2024-01-15T10:30:00Z"
Quote line items
Show child attributes
Item title
"Consulting services"
Item description
"Monthly consulting services"
Quantity
"2.5"
Unit of measurement
"hour"
VAT rate percentage
"20"
VAT exemption code (Italian specific)
"N1"
10000
20000
4000
16000
Show child attributes
percentage, amount Client that needs to pay the invoice.
Show child attributes
"33v418bb-bd0d-4df4-865c-c07afab8bb48"
Note that this property will be returned only if the client is a company.
"McDonald's"
Note that this property will be returned only if the client is an individual or a freelancer.
"Jane"
Note that this property will be returned only if the client is an individual or a freelancer.
"Doe"
individual, company, freelancer "individual"
"FR32123456789"
"123456789"
"1 place de l’Opéra"
"Paris"
"75009"
Province code of the client. It is required only for Italian organizations
"fr"
Recipient code, so that the client can receive the e-invoice in his SdI portal.
"fr"
Billing address of the client, which will be reflected on the invoice. Stores the same data as the root-level fields address fields (address, city, zip_code, province_code, country_code).
Send either a billing_address object filled-in or individual root-level address fields (address, city, zip_code, province_code, country_code). When both are sent, billing_address takes precedence and overwrites root-level fields.
Show child attributes
Street address section of the billing address of the client (eg street, number, floor, door, etc).
250"123 Main Street"
City on the billing address of the client
50"Paris"
Zip code on the billing address of the client
20"75009"
Province code of the client's billing address. It is required only for Italian organizations.
2Country code on the billing address of the client (ISO 3166 format)
2"FR"
Delivery address of the client. Stores the same data as the root-level fields address fields (address, city, zip_code, province_code, country_code).
Show child attributes
Street address section of the delivery address of the client. (eg street, number, floor, door, etc)
250"123 Main Street"
City on the delivery address of the client
50"Paris"
Zip code on the delivery address of the client
20"75009"
Province code of the client's delivery address. It is required only for Italian organizations
2Country code on the delivery address of the client (ISO 3166 format)
2"FR"
Information of the organization at the time the document was issued.
Show child attributes
"Jan Mueller"
"Munich"
Is available for French and German organizations and is optional.
"HRB12345B"
"FR123456789"
"123/123/1234"
Capital share of an incorporated business. It is optional and is only for French organizations.
Show child attributes
12"10000.00"
AED, AUD, BGN, CAD, CHF, CNY, CZK, DKK, EUR, GBP, GHS, HKD, HUF, ILS, MXN, NOK, NZD, PEN, PLN, RON, RSD, SAR, SEK, SGD, TRY, USD, ZAR, ZMW "EUR"
Type of transaction performed in the invoice. It is optional and is only for French organizations.
goods, services, goods_and_services "goods"
Business’ VAT elected payment condition (whether TVA is paid on receipt or on invoice emission). There are two allowed values:
receipt which stands for “sur les encaissements” in French;compensated_for_sales which stands for “sur les débits” in French.
It is optional and is only for French organizations.on_receipts, compensated_for_sales, exempt "on_receipts"
Attachment ID for the quote PDF
"4d5418bb-bd0d-4df4-865c-c07afab8bb48"
Public URL to view the quote
"https://portal.qonto.com/quotes/00000000-0000-0000-0000-000000000000"
Organization contact email
Terms and conditions text
"This is an example."
Header text for the quote
"This is an example."
Footer text for the quote
"This is an example."
Global discount applied to the quote
Show child attributes
Discount type
percentage, amount "percentage"
Discount value
"10"
2000
Approval timestamp (if approved)
"2024-01-16T14:22:00Z"
Cancellation timestamp (if canceled)
"2024-01-17T09:15:00Z"
Stamp duty amount (Italian specific)
"0.10"
IDs of invoices created from this quote
Was this page helpful?