developer_guide:developer_guide:hosted_checkout

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
developer_guide:developer_guide:hosted_checkout [2011/12/13 23:41] mattdeveloper_guide:developer_guide:hosted_checkout [2011/12/14 03:09] matt
Line 17: Line 17:
 https://www.subscriptionbridge.com/checkout/<LinkID> https://www.subscriptionbridge.com/checkout/<LinkID>
  
 +==== Custom URLs ====
 +For branding reasons you may want to use a more personalized URL that better matches your company.
 +
 +=== Sub Domain ===
 +You 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.
 +
 +=== Personalized URL ===
 +You can setup a CNAME redirect in your DNS so you can use your own custom domain name.  Just be sure it has an SSL certificate.
  
 ===== Hosted Payment Page Options ===== ===== Hosted Payment Page Options =====
Line 72: Line 80:
  
 Note: You can use search engine friendly links or dynamic links in the "return_page" field. Note: You can use search engine friendly links or dynamic links in the "return_page" field.
 +
 +
 +===== Return Parameters =====
 +
 +If 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:
 +
 +  * Guid: This is the subscription ID. It is used in subsequent calls and we recommend you save it to your database.  For example, you can immediately call "[[developer_guide:call_reference:getsubscriptiondetailsrequest|GetSubscriptionDetailsRequest]]" to obtain more details about the subscription and customer, which can be used on the receipt page or saved to your database.
 +  * Email: The customers email
 +  * AmountPaid:  The total purchase cost paid today... may differ from next billing cycle.
 +  * TransactionID: The transaction ID from the gateway
 +  * Custom:  Your pass through values, such as internal customer ID, MPN, or SKU.
 +
  
  
  
  
developer_guide/developer_guide/hosted_checkout.txt · Last modified: 2012/12/27 16:33 by matt