Create a Billing Usage
Create a billing usage for a company
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
The ID of the billing item, which will look like bi_*************. Supply this or the billing_item_identifier.
The identifier of the billing item, which will be a string. Supply this or the billing_item_id.
The ID of the company, which will look like biz_*************. Supply this or the membership_id.
The ID of the membership, which will look like mem_*************. Supply this or the company_id.
The amount to charge, if the billing item is variable.
The quantity to charge for the billing item, if the billing item is structured.
Response
The ID of the billing usage, which will look like bu_*************
The date the billing usage was created as a unix timestamp.
The ID of the company, which will look like biz_*************
The ID of the app, which will look like app_*************
The ID of the membership, which will look like mem_*************
The ID of the billing item, which will look like bi_*************
The quantity to charge for the billing item, if the billing item is structured.
The amount to charge, if the billing item is variable.
The ID of the receipt, which will look like rec_*************
Was this page helpful?