Gets the balance and subscription settings
Successful Response
When the balance crosses this value, a warning email will be sent informing the customer
When the balance crosses this value, a high-warning email will be sent informing the customer that services will be disrupted if the balance reaches 0
The currency of the organization
The balance in the account. Synced with Stripe periodically
The timestamp when the local balance (i.e. the value we keep track of) was synced with stripe (and the customer was billed)
The Zipcode of the address of the Organization
For any given subscription, this represents the set of available features
If a subscription is paused (can't charge card, user cancels, ...) we store the reasons here.
The datetime when the trial ends (or None, if the user is not in a trial)
When the trial is coming to an end, we notify the Frontend (calculated on the server side)