Path Parameters
Response
OK
Billing contains information about the billing status of an Organisation.
PlatformID is an internal identifier to link the Billing profile to Versori's underlying billing platform.
CustomerID is the identifier for the customer in the billing platform.
BillingEmail is the email address used for billing purposes, i.e. sending invoices. This does not take up a seat in the Organisation plan.
IsSubscriptionActive is true if the Organisation has an active subscription, otherwise false. An active subscription is a valid subscription on a free trial or one that has up-to-date payment methods. A value of 1 means the subscription is active.
BillingPeriodStart is the start date of the current billing period. This is the date at which the current billing period started. This time should always be in UTC.
BillingPeriodEnd is the end date of the current billing period. This is the date at which the current billing period ends. This time should always be in UTC.
PlatformType denotes which billing platform is used for this billing profile. Currently only "stripe" is supported, and can be used to infer data type of other objects which are not documented as part of this API. See Subscription#raw for an example.
SubscriptionID is the identifier for the subscription in the billing platform. This is used to manage the subscription, i.e. update the subscription, cancel the subscription, etc.
RecentSubscriptions is a list of subscriptions for the Organisation. This will only include the first 10 subscriptions, if there are more then the GetSubscriptions operation (to be implemented) should be used.
HasMoreSubscriptions is true if there are more subscriptions than the ones returned in RecentSubscriptions. These may only be retrieved using the GetSubscriptions operation (to be implemented).
FreeTrialEndDate is the date at which the Organisation's free trial will end. This is only populated if the Organisation is currently on the free trial. This time should always be in UTC.
IsBespoke is true if the Organisation is on a bespoke plan, i.e. not using Stripe for billing.
BoardQuota is the maximum number of Switchboard boards (NOT including hub boards) the Organisation is allowed to have. This is determined by the quantity of boards that are on the Organisation's subscription. It is also used to determine the amount of free executions and users that an organisation is allowed.
HubBoardQuota is the maximum number of Hub boards the Organisation is allowed to have. This is determined by the quantity of hub boards that are on the Organisation's subscription. It is also used to determine the amount of free executions and users that an organisation is allowed.