A quote is an estimate of the invoice with the charges likely to occur when customers buy an item. A quote can be converted to a regular invoice once the customer accepts it.
The line items of a quote are grouped by charge events and are available as a separate resource. This resource can be retrieved using the List quote line groups endpoint. Note that the first quote line group is available within the quote resource itself and parsing the quote line groups object is not required.
{
"amount_due": 4500,
"amount_paid": 0,
"billing_address": {
"first_name": "John",
"last_name": "Doe",
"object": "billing_address",
"validation_status": "not_validated"
},
"charge_on_acceptance": 4500,
"credits_applied": 0,
"currency_code": "USD",
"customer_id": "__test__8aszcSOcl7qp2S",
"date": 1517494517,
"id": "8",
"line_item_discounts": [],
"line_item_taxes": [],
"line_items": [
{
"amount": 4000,
"customer_id": "__test__8aszcSOcl7qp2S",
"date_from": 1517494517,
"date_to": 1517494517,
"description": "Encryption Charge USD Monthly",
"discount_amount": 0,
"entity_id": "encryption-charge-USD",
"entity_type": "charge_item_price",
"id": "__test__8aszcSOcl7z92d",
"is_taxed": false,
"item_level_discount_amount": 0,
"object": "line_item",
"pricing_model": "flat_fee",
"quantity": 1,
"tax_amount": 0,
"unit_amount": 4000
},
{
"amount": 500,
"customer_id": "__test__8aszcSOcl7qp2S",
"date_from": 1517494517,
"date_to": 1517494517,
"description": "SSL Charge USD Monthly",
"discount_amount": 0,
"entity_id": "ssl-charge-USD",
"entity_type": "charge_item_price",
"id": "__test__8aszcSOcl7z92e",
"is_taxed": false,
"item_level_discount_amount": 0,
"object": "line_item",
"pricing_model": "flat_fee",
"quantity": 1,
"tax_amount": 0,
"unit_amount": 500
}
],
"object": "quote",
"operation_type": "onetime_invoice",
"price_type": "tax_exclusive",
"resource_version": 1517494517214,
"status": "open",
"sub_total": 4500,
"taxes": [],
"total": 4500,
"total_payable": 4500,
"updated_at": 1517494517,
"valid_till": 1526134516,
"version": 1
}billing_address
country as XI (which is United Kingdom - Northern Ireland).billing_address
country as XI. That's the code for United Kingdom - Northern
Ireland. The first two characters of the VAT number in such a case is
XI by default. However, if the VAT number was registered in UK, the value should be GB. Set
vat_number_prefix to GB for such cases. Note: This parameter applies only when Chargebee CPQ is enabled. To request access, please contact support@chargebee.com
Note: This parameter applies only when Chargebee CPQ is enabled. To request access, please contact support@chargebee.com
Retrieves the quotes identified by the 'number' specified in the url.
Create a quote for new subscription line items of a customer.
The list of IDs of the coupons to be applied. Coupon codes are also supported.
Not applicable when Chargebee CPQ is enabled. Use coupons[] array instead.
When the quote is converted, this attribute determines the date/time as of when the subscription start is to be carried out.
The parameter applies only when Chargebee CPQ is enabled. To request access, contact Chargebee Support.
The number of days within which the customer has to make payment for the invoice.
The parameter applies only when Chargebee CPQ is enabled. To request access, contact Chargebee Support.
Changes the quote produced for creating a new subscription items
The list of IDs of the coupons to be applied. Coupon codes are also supported.
Not applicable when Chargebee CPQ is enabled. Use coupons[] array instead.
When the quote is converted, this attribute determines the date/time as of when the subscription start is to be carried out.
The parameter applies only when Chargebee CPQ is enabled. To request access, contact Chargebee Support.
The number of days within which the customer has to make payment for the invoice.
The parameter applies only when Chargebee CPQ is enabled. To request access, contact Chargebee Support.
Create a quote for updating subscription line items.
terms_to_charge is inclusive of this new term. See description for the force_term_reset parameter to learn more about when a subscription term is reset. status is cancelled and it is being reactivated via this operation, this is the date/time at which the subscription should be reactivated.changed_scheduled_at. reactivate_from can be backdated (set to a value in the past). Use backdating when the subscription has been reactivated already but its billing has been delayed. Backdating is allowed only when the following prerequisites are met:
changes_scheduled_at cannot be earlier than 14th February.The list of IDs of the coupons to be applied. Coupon codes are also supported.
Not applicable when Chargebee CPQ is enabled. Use coupons[] array instead.
change_option is set to specific_date, then set the date/time at which the subscription change is to happen or has happened. changes_scheduled_at can be set to a value in the past. This is called backdating the subscription change and is performed when the subscription change has already been provisioned but its billing has been delayed. Backdating is allowed only when the following prerequisites are met:
status is active, cancelled, or non_renewing. current_term_start.changes_scheduled_at cannot be earlier than 14th February.changes_scheduled_at parameter does not apply to auto_collection, shipping_address, and po_number; these parameters take effect immediately when scheduling a subscription update. Note: This parameter applies only when Chargebee CPQ is enabled. To request access, please contact support@chargebee.com
Changes the quote produced for updating the subscription items.
terms_to_charge is inclusive of this new term. See description for the force_term_reset parameter to learn more about when a subscription term is reset. status is cancelled and it is being reactivated via this operation, this is the date/time at which the subscription should be reactivated.changed_scheduled_at. reactivate_from can be backdated (set to a value in the past). Use backdating when the subscription has been reactivated already but its billing has been delayed. Backdating is allowed only when the following prerequisites are met:
changes_scheduled_at cannot be earlier than 14th February.The list of IDs of the coupons to be applied. Coupon codes are also supported.
Not applicable when Chargebee CPQ is enabled. Use coupons[] array instead.
change_option is set to specific_date, then set the date/time at which the subscription change is to happen or has happened. changes_scheduled_at can be set to a value in the past. This is called backdating the subscription change and is performed when the subscription change has already been provisioned but its billing has been delayed. Backdating is allowed only when the following prerequisites are met:
status is active, cancelled, or non_renewing. current_term_start.changes_scheduled_at cannot be earlier than 14th February.The number of days within which the customer has to make payment for the invoice.
The parameter applies only when Chargebee CPQ is enabled. To request access, contact Chargebee Support.
Creates a quote using charge-items and one-time charges.
Changes the quote produced for adding one-time charges and charge items.
List all quotes.
This API retrieves all the quote line groups and lineitems for a quote.
This API is to convert a quote to an invoice.
pending, and if the site is configured to set invoice dates to date of closing, then upon invoice closure, this date is changed to the invoice closing date. taxes and line_item_taxes are computed based on the tax configuration as of invoice_date. When passing this parameter, the following prerequisites must be met:
invoice_date must be in the past.invoice_date is not more than one calendar month into the past. For example, if today is 13th January, then you cannot pass a value that is earlier than 13th December.quoted_subscription.start_date or quoted_subscription.changes_scheduled_at (whichever is applicable).invoice_immediately must be true.invoice_immediately only affects charges that are raised at the time of execution of this API call. Any charges scheduled to be raised in the future are not affected by this parameter.
true automatically for the subscription when it has one or more metered items. However, when there are no metered items, you can pass this parameter as true to force all invoices (except the first) to be created as pending. This is useful in the following scenarios:
Note:
pending, pass first_invoice_pending as true.Non-metered items are billed at the beginning of a billing cycle while metered items are billed at the end. Consequently, the first invoice of the subscription contains only the non-metered items.
By passing this parameter as true, you create the first invoice as pending allowing you to add the previous term's metered charges to it before closing. This is useful when the subscription is moved to Chargebee from a different billing system. As applicable to all pending invoices, this invoice is also closed automatically or via an API call.
Note:
This parameter is passed only when there are metered items in the subscription or when create_pending_invoices is true.
Updates the status of the quote.
Can be used to extend the expiry date of a quote.
Delete a quote using this API.
Retrieves the quote as a PDF. The returned URL is secure, allows download and expires in 60 minutes.