====== Hosted Customer Portal ====== The Hosted Customer Portal, or Customer Center, allows your customers to manage their own subscriptions. They can update billing information, expired credit cards, upgrade and downgrade, add features, etc. Since we host the Customer Center you do not have to worry about PCI compliance headaches. The following section focuses on ways you can integrate the Customer Center with your site. Please see our [[customer_guide:customer_guide|Customer Center Guide]] for comprehensive details and instructions. ===== Auto Login Links ===== Add customer service links to your web site's customer area using our deep linking technique. This is referred to as "auto login links" or "customer landing pages". The syntax for the link to the SubscriptionBridge Customer Center should be as follows, where is the identifier for the subscription associated with the order, is the landing page (list of landing pages below), and is the customer's e-mail address (which was passed to SubsriptionBridge via the SubscriptionRequest call): https://www.subscriptionbridge.com/CustomerCenter/AutoLogin.asp?ID=&Email=&mode= ==== Creating a Link: Step by Step ==== - First, add the URL of the Customer Center:\\ https://www.subscriptionbridge.com/CustomerCenter - Second, add the auto login page name:\\ /AutoLogin.asp - Next, add the URL parameters:\\ ?ID=&Email=&mode= - Lastly, you replace with the Subscription ID, with the customer email, and with the name of the landing page (see list of modes below). - Finally, you can put your link into HTML code, buttons, or paste it directly into your browser to view the landing page. When you put all the pieces together you end up with something like this: https://www.subscriptionbridge.com/CustomerCenter/AutoLogin.asp?ID=SBUTYFD4672012&Email=no-reply@subscriptionbridge.com&mode=Detail ==== Landing Pages ==== * **Detail** \\ Replace with "details" to send the customer to the subscription details page. * **Transaction History** \\ Replace with "history" to send the customer to the transaction page. * **Edit Billing** \\ Replace with "billing" to send the customer to the billing details page. * **Edit Shipping** \\ Replace with "shipping" to send the customer to the shipping details page. * **Cancel Subscription** \\ Replace with "cancel" to send the customer to the subscription cancellation page.