For one-time order line items, the API creates a single billing schedule record regardless of the term of the order line item.

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 OLI is active, the API will execute the logic, otherwise throws an error.

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 NoProductPrice TypeBilling FrequencyStart DateEnd DateQuantityPer Unit priceNet Price Selling Term
O-0011ServiceOne TimeOne Time

 

 

1USD 102.00USD 102.001.000

 

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 and get the result as shown below:

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 IDOrder NoOrder Line NoProductPrice TypeBilling FrequencyBilling RuleStart DateEnd DateQuantityNet Unit Price Selling TermBill ToPricing SourceBilling Preference
BH-001O-0011ServiceOne TimeOne TimeBill In Advance

 

 

1USD 102.001.000ABC 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

 

 

USD 102.00

  

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

BSD-001BSR-001Regular

 

 

FeeUSD 102.00