get https://gateway.stage.bill.com/connect/v3/organizations//price-plan
Get the BILL price plan details for an existing organization. The currently signed-in user must have the ADMINISTRATOR
user role in the BILL organization to perform this operation.
A BILL price plan for an organization provides a range of information, including monthly subscription fees and the terms and conditions for additional charges in the price plan.
In the response, the planTerms
object includes information about charges for price plan features based on a combination of charge tier
, quantity
, and price
. We explain plan terms with an example.
- If
"tier": 1
,"quantity": 5
, and"price": 10
, the first 5 users will be charged $10 each. - If
"tier": 2
,"quantity": 10
, and"price": 8
, the next 10 users will be charged $8 each. At this level, if there is notier
information, all users after tier 1 will be charged $8 each.