SubscriptionService::retrieve()
Method: Retrieves the subscription with the given ID.
Method: Retrieves the subscription with the given ID.
Method: Updates an existing subscription on a customer to match the specified parameters. When changing plans or quantities, we will optionally prorate the price we charge next month to make up for any price changes. To preview how the proration will be calculated, use the upcoming invoice endpoint.
Method: Cancels a customer’s subscription immediately. The customer will not be charged again for the subscription.
Method: Creates a new subscription on an existing customer. Each customer can have up to 500 active or scheduled subscriptions.
Method: Removes the currently applied discount on a subscription.
Class: No description found
Method: By default, returns a list of subscriptions that have not been canceled. In order to list canceled subscriptions, specify status=canceled
.