One-time products are exclusively one-time. They cannot be renewed. If you cancel or terminate these products, there is no provision for getting a refund. For one-time Order Line Items (OLI) or Asset Line Items (ALI), the API creates a single billing schedule record regardless of the selling term of the OLI or the ALI.

One-time orders can originate from various sources, like Conga CPQ, CLM, or eternal systems. Apart from this, the existing CPQ customers can create one-time ALIs. Irrespective of their origin, one-time OLIs or ALIs are billed more or less in the same way. Conga Billing provides you the flexibility to select the pricing source as OLI or ALI. Based on the pricing source chosen in the Billing Settings, the pricing information can be fetched either from the OLI or ALI. If the pricing source is ALI, during the creation of the BH, Billing fetches the pricing information from the ALI and the remaining data from the OLI. For more details, see Managing Pricing Source.

To know how Billing works on the Conga Platform, it is recommended to familiarize yourself with its architecture mentioned in Understanding the Billing Architecture on Conga Platform.

Prerequisites

  • An order line item is created for a one-time product.
  • The order line item is active.

  • If the Price Source is set to Asset Line Item in the Billing Setting, the ALI must be Active and associated with an active OLI.

When the Pricing Source is Order Line Items

When the pricing source is set to Order Line Item in the Billing Settings, the pricing fields on the Billing Header are fetched directly from the OLI.

Initiating the Billing

When you call the Initiate Billing API for a one-time order line item with OrderLineItemIds and ReadyForBillingDate as the payload, it starts processing the OLI. It creates one billing header, one billing schedule record, and one billing schedule detail. The billing schedule record is created with "Pending Billing" status and displays the following information:

  • Bill To
  • Period Start Date
  • Period End Date
  • Actual Fee Amount
  • Ready for Invoice Date

This API is capable of handling several order line items and hence can process several line items in bulk.

Let's process a one-time product with the help of the following example.

Example

Suppose the order line item for a one-time product has the following details:

Order NoOrder Line ItemProductPrice TypeBilling FrequencyStart DateEnd DateQuantityNet Unit priceNet Price Selling Term
O-001OLI-1ServiceOne TimeOne Time

01-January-2024

31-December-2024

1USD 2,400.00USD 2,400.001.0000000000

 

Contact your admin will make this functionality available in your application so that upon clicking a button you should be able to call the billing service API.

The billing header uses the information from the order line item and contains the following data. Depending upon the information given for the pricing source, It will pick up the pricing information from the order line item or the asset line item. The Billing Header shows:

Billing Header IDOrderOrder Line ItemProductPrice TypeBilling FrequencyBilling RuleBilling Start DateBilling End DateQuantityNet Unit Price Selling TermBill ToPricing SourceBilling Preference
BH-001O-001OLI-1ServiceOne TimeOne TimeBill In Advance

01-January-2024

31-December-2024

1USD 2,400.001.0000000000ABC CorporationOLIBilling Preference

Only one Billing Schedule Record is generated showing the following output:

Billing Schedule Record No

Billing Header ID

Period Start Date

Period End Date

Actual Fee Amount

Ready for Invoice Date

Status

BSR-001BH-001

01-January-2024

31-December-2024

USD 2,400.00

01-January-2024  

Pending Billing

The Actual Fee Amount shown in the billing schedule record is the amount that is billed to the customer. 

Billing Schedule Details shows the following information:

Billing Schedule Detail No

Billing Schedule Record No

Record Type

Period Start Date

Period End Date

Category 

Actual Fee Amount

Derived Invoice Status

BSD-001BSR-001Regular

01-January-2024

31-December-2024

FeeUSD 2,400.00Pending

When you invoice the BSR, the Total Invoiced Amount and Pending Invoice Amount fields are updated accordingly.

When the Pricing Source is Asset Line Items

One-time ALIs are billed in the same way as one-time OLIs. You must create an ALI that has sufficient data to populate the fields on the Billing Header (BH). During the creation of the BH, Billing fetches the pricing information from the ALI and the remaining data from the OLI.

Initiating the Billing

When you call the Initiate Billing API for this one-time OLI with AssetLineItemIds and ReadyForBillingDate as parameters in the payload information, the system creates a BH, one BSR, and one BSD. Although the BH looks similar to what is created for a regular OLI, some of the field values are fetched from the ALI. The following fields are sourced from the ALI:

BH DataFetched from ALI FieldBH DataFetched from ALI Field
Pricing SourceUpdated to Asset Line ItemBilling FrequencyFetched from the Billing Frequency field of the ALI
Price TypeFetched from the Price Type field of the ALITCV (Sales)Fetched from the Asset TCV field of ALI
Asset Line ItemThe ID of the Active ALI associated with the OLIBillable Amount from Current Order LineFetched from the Net Price field of the ALI
Billing Start DateFetched from the Original Start Date field of the ALINet Unit Price Fetched from the Net Unit Price field of the ALI
Billing End DateFetched from the End Date field of the ALI  Selling TermFetched from the Selling Term field of the ALI

Consider the example:

A CPQ service has an asset TCV of USD 2,400.00.  The contract start date and end dates are 01-January-2024 and 31-December-2024. Other details of the CPQ ALI are as follows:

ALI IDBilling FrequencyPrice TypeOriginal Start DateEnd DateAsset TCVNet PriceNet Unit PriceSelling Term
ALI-1One-TimeOne-Time01-January-202431-December-2024USD 2,400.00USD 2,400.00USD 200.001.0000000000

You have initiated the billing for the OLI. Since the Price Type field is populated as One-Time, the system generates only one BH, one BSR, and one BSD. 

The BH shows the following data:

Billing Header IDCurrent Order Line ItemPricing SourcePrice TypeAsset Line ItemBilling Start DateBilling End DateBilling FrequencyTCV (Sales)Billable Amount from Current OLINet Unit Price Selling TermTotal Invoiced AmountPending Invoice AmountBilling Rule
BH-001OLI-1Asset Line ItemOne TimeALI-101-January-202431-December-2024One TimeUSD 2,400.00USD 2,400.00USD 2,400.001.0000000000USD 0.00USD 2,400.00Bill In Advance

Only one Billing Schedule Record and Billing Schedule Detail are generated.

When you invoice the BSR, the Total Invoiced Amount and Pending Invoice Amount fields are updated with the rolled-up amount from the BSDs.