Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

<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"/>