Key: MerchantID
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"/>