Subscription
Update subscription
Update the subscription details for the account.
PUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Query Parameters
The subscription tier
The subscription frequency
The customer email
The payment method ID
Response
200
application/json
Updated subscription details
Represents an account subscription.
The unique identifier for the account.
The Stripe customer ID associated with the account.
The current status of the subscription.
The number of licenses associated with the subscription.
The billing frequency of the subscription.
Available options:
yearly
, monthly
The contact information for the subscription.
Was this page helpful?