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
developer_guide:developer_guide:hosted_checkout [2011/12/13 23:47] mattdeveloper_guide:developer_guide:hosted_checkout [2012/12/27 16:33] (current) – [Custom URLs] matt
Line 22: Line 22:
 === Sub Domain === === 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. 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 80: Line 76:
  
 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