Create a Line Item
Create a line item for a company
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
The ID of the company to create the line item for, which will look like biz_*************
The amount (price) for the line item.
A three letter currency code for the line item.
usd
, sgd
, inr
, aud
, brl
, cad
, dkk
, eur
, nok
, gbp
, sek
, chf
, hkd
, huf
, jpy
, mxn
, myr
, pln
, czk
, nzd
, aed
, cop
, ron
, thb
The name of the line item.
Whether or not the line item can be purchased as multiple quantity.
A textual description for the line item.
A JSON object containing any additional metadata for the line item.
Response
The ID of the line item, which will look like li_*************
The amount (price) for the line item.
A three letter currency code for the line item.
usd
, sgd
, inr
, aud
, brl
, cad
, dkk
, eur
, nok
, gbp
, sek
, chf
, hkd
, huf
, jpy
, mxn
, myr
, pln
, czk
, nzd
, aed
, cop
, ron
, thb
Whether or not the line item can be purchased as multiple quantity.
The name of the line item.
The date the line item was created as a unix timestamp.
A textual description for the line item.
A JSON object containing any additional metadata for the line item.
Was this page helpful?