====== Subscription Management API: what you can and cannot do ====== ====== Overview ====== There are currently several subscription management tasks that can be performed through the [[developer_guide:developer_guide|SubscriptionBridge API]]. ===== What you can do ===== Customer service (subscription management) tasks that can be performed through the SubscriptionBridge API: * Retrieve a list of all subscriptions associated with a store \\ See [[developer_guide:call_reference:getsubscriptionsrequest|GetSubscriptionsRequest]] * Retrieve details for a specific subscription \\ See [[developer_guide:call_reference:getsubscriptiondetailsrequest|GetSubscriptionDetailsRequest]] * View a history of subscription activity \\ See [[developer_guide:call_reference:activitysearch|GetSubscriptionHistoryRequest]] * Updated an existing subscription (customer information, payment information, etc.) \\ See [[developer_guide:call_reference:updatesubscriptionrequest|UpdateSubscriptionRequest]] * Update a credit card \\ See [[developer_guide:call_reference:updatecreditcardrequest|UpdateCreditCardRequest]] * Add and remove a custom subscription adjustment \\ See [[developer_guide:call_reference:addadjustmentrequest|AddAdjustmentRequest]] and [[developer_guide:call_reference:removeadjustmentrequest|RemoveAdjustmentRequest]] * Add a usage-based charge (metered charge) to a subscription \\ See [[developer_guide:call_reference:addmeteredrequest|AddMeteredRequest]] * Pay an outstanding balance \\ See [[developer_guide:call_reference:payoutstandingbalancerequest|PayOutstandingBalanceRequest]] * Cancel a subscription \\ See [[developer_guide:call_reference:cancellationrequest|CancellationRequest]] * Convert a subscription from Trial to Full \\ See [[:developer_guide:call_reference:TrialToFullRequest|TrialToFullRequest]] ===== What you cannot do yet ===== Here are some of the things that we are still working on: * Add and remove features ===== Related articles ===== * [[developer_guide:developer_guide|SubscriptionBridge API start page]] * [[developer_guide:call_reference:start|Call reference]]