Skip to main content

Is there a way to get the direct cost of each user or the whole plan from the "billing plan" on API?

This bellow is an example of the current BillingPlan Structure I'm receiving (free sandbox edition):

"billingPlan": {
      "id": "8853",
      "name": "Monthly-109.98-Sandbox 4 Line",
      "durationUnit": "Month",
      "duration": 1,
      "type": "Regular",
      "includedPhoneLines": 4
    }

Alternatively, where to find a data catalogue to match billing plan id with the correct pricing for each one? This becomes more relevant when corporate users can get special prices or discounts, and everything gets out of the regular pricing table.

We are working on new apis which might be providing these information. Please reach out to devsupport@ringcentral.com so we can keep a track of your requests and provide access to those apis when we open up for developers.


Reply