Billing Start Subscription
Assign a subscription to a customer.
Note: Currently, subscriptions can’t be upgraded nor downgraded
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The StripeID price_xxx
that will be added to the subscription
Available options:
monthly
, yearly
Available options:
_NONE_
, _TRIAL_
, _INTERNAL_
, STARTUP
, GROWTH
, SCALE
, ENTERPRISE
Response
200
application/json
The response is of type any
.
Was this page helpful?