Difference between revisions of "Key: MerchantID"

From Catglobe Wiki
Jump to: navigation, search
(jrfconvert import)
 
 
Line 1: Line 1:
[[Category:HelpBooks]]
+
[[Category:Web_shop_keys]]
 +
{{HelpFiles_Deployment}}
 

 

  
=====Key: MerchantID=====
+
==Key: MerchantID==
  
 
===Syntax===
 
===Syntax===

Latest revision as of 10:58, 9 February 2012

<accesscontrol>Main:MyGroup</accesscontrol> 

Key: MerchantID

Syntax

<add key="MerchantID" value="[CustomerId]"/>

[CustomerId]: The id that was given to the site by the credit card payment portal provider.

Purpose

This is the value sent to the credit card payment portal to recognize the site asking to be logged in. It is used together with a number of other keys to manage the communication between the credit card payment portal and the web shop.

Example of key

<add key="MerchantID" value="3618579"/>

<add key="WebShop_CreditCardPaymentURL" value="https://vnsurvey.catglobe.com/catalogue/shop/creditcardpayment/newpayment.aspx" />

<add key="WebShop_CaptureURL" value="https://vnsurvey.catglobe.com/catalogue/shop/Wizard_Receipt.aspx"/>

<add key="WebShop_AcceptURL" value="https://vnsurvey.catglobe.com/catalogue/shop/Wizard_Receipt.aspx"/>

<add key="WebShop_DeclineURL" value="https://vnsurvey.catglobe.com/catalogue/shop/Wizard_Receipt.aspx"/>