|
Table of Contents
Hosted Payment PagesHosted Payment Page URLsThe hosted payment page URL can be used in text links, buttons, or form posts. In all of these cases the URL will load a hosted payment page in the browser for your customer to checkout. Since we host the checkout you do not need to worry about PCI compliance headaches. Here are the steps to find the URL for a subscription package:
If you want to generate the URL in code you can use the following format: Custom URLsFor branding reasons you may want to use a more personalized URL that better matches your company. Sub DomainYou can use your “Store Key” (found on the Store Setting page in the Merchant Center) in your URL. For example, you can type https://storekey.subscriptionbridge.com. Hosted Payment Page OptionsBelow is a list of all options available on the hosted payment pages. You can pass these values as hidden field in a form post, or via query string parameters in a link.
Hosted Payment Page Sample Form<form action="https://www.subscriptionbridge.com/checkout/LinkID" method="post"> <input name="start_page" type="hidden" value="payment" /> <input name="first_name" type="hidden" value="Jane" /> <input name="last_name" type="hidden" value="Doe" /> <input name="company" type="hidden" value="Early Impact, Inc." /> <input name="email" type="hidden" value="test@earlyimpact.com" /> <input name="reference" type="hidden" value="Remote Customer ID" /> <input name="return_page" type="hidden" value="receipt.html" /> <input name="custom" type="hidden" value="array of value for pass through" /> <input type="image" name="submit" border="0" src="https://www.mystore.com/images/button.gif" alt=""> </form> Custom Receipt PageIf you want to use your own custom receipt page we can redirect the customer to your store after they checkout. There are many useful reasons to do so:
The custom receipt is easy to implement. Just follow these simple steps:
Note: You can use search engine friendly links or dynamic links in the “return_page” field. Return ParametersIf you use your own customer receipt page we will send you a few parameters in the URL query string. You can use these parameters to create a nice receipt page. Here is a list of parameters:
|
Contact us for more information, or head over to the free trial sign-up form to give SubscriptionBridge a try! Sign Up Free