Update Spending Limits For Org
Update current Organization’s spending limits (hard / soft).
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
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
Response
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
Details on the currently active subscription
Returned to the frontend when the subscription has been paused for any reason.
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
usd
The balance in the account. Synced with Stripe periodically
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)
Was this page helpful?