Create a recurring bill

Create a recurring bill object.

What is a recurring bill?

A recurring bill is an identical bill created for periodic payments to a vendor. These bills represent amounts owed for goods and services provided by the vendor.

You can create a recurring bill with /Crud/Create/RecurringBill.json. In the bill, add bill line items in a bill to record details of individual goods or services. In addition, you can associate line items to accounts tracking objects, such as item (/Item.json) or chart of accounts (/ChartOfAccounts.json).

Other recurring bill features:

  • Recurring bill invoice numbers are automatically set as the bill due date in the YYYY-MM-DD format.
  • Previous bill approvers are assigned to upcoming recurring bills that require approval. You can add bill approvers for the first bill with the BILL web app.
  • You can reduce the total bill amount with a bill credit (with the BILL web app) or vendor credit (/VendorCredit.json). Total bill amount, bill credits, vendor credits, and any remaining bill amount paid or recorded is available with /Crud/Read/SentPay.json.
  • The exchangeRate is a required additional field for creating an invoice as an international vendor (a vendor outside the US). In addition, each invoice line item amount is in the foreign currency. Retrieve the current exchange rate with /GetDynamicExchangeRateQuote.json.

Note: You must set exchangeRate when creating an invoice as an international vendor even if the BILL foreign exchange rate changes at the time of invoice payment.

Language
Click Try It! to start a request and see the response here!