SubscriptionService::retrieve()
Method: Retrieves the subscription with the given ID.
Method: Removes the currently applied discount on a subscription.
Method: Creates a new subscription on an existing customer. Each customer can have up to 500 active or scheduled subscriptions.
Method: Cancels a customer’s subscription immediately. The customer will not be charged again for the subscription.
Method: By default, returns a list of subscriptions that have not been canceled. In order to list canceled subscriptions, specify status=canceled.
Method: Updates the specified promotion code by setting the values of the parameters passed. Most fields are, by design, not editable.
Method: A promotion code points to a coupon. You can optionally restrict the code to a specific customer, redemption limit, and expiration date.
Method: Retrieves the current account balance, based on the authentication that was used to make the request. For a sample request, see Accounting for negative balances.
BalanceService::retrieve Read More »
Method: Retrieves the details of an existing subscription schedule. You only need to supply the unique subscription schedule identifier that was returned upon subscription schedule creation.
Method: Releases the subscription schedule immediately, which will stop scheduling of its phases, but leave any existing subscription in place. A schedule can only be released if its status is not_started or active. If the subscription schedule is currently associated with a subscription, releasing it will remove its subscription property and set the subscription’s ID to the released_subscription property.
Method: Creates a new subscription schedule object. Each customer can have up to 500 active or scheduled subscriptions.
Method: Cancels a subscription schedule and its associated subscription immediately (if the subscription schedule has an active subscription). A subscription schedule can only be canceled if its status is not_started or active.