Retrieve a Billing Item
Returns a billing item
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the billing item, which will look like bi_*************
Response
The ID of the billing item, which will look like bi_*************
The name of the billing item.
The status of the billing item.
active
, archived
The ID of the product, which will look like prod_*************
The ID of the app, which will look like app_*************
The billing type of the billing item.
structured
, variable
The date the billing item was created as a unix timestamp.
The three letter currency code for the billing 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
An identifier for the billing item that is unique across all billing items for the product in respect to the app.
The name of the unit for the billing item.
The unit per price / unit amount for the billing item.
The unit price for the billing item.
Was this page helpful?