Add-ons and ModulesPayPal Payflow Link PSP

PayPal Payflow Link PSP

Sana Commerce 8.1
Your provider

PayPal Payflow Link Specific Configuration Values

In order to configure PayPal Payflow Link payment module, open the 'web.config' file of the Sana Commerce Starter Site project in Visual Studio. Locate the <payment-configuration> node in the <sanaCommerceLive> configuration section, where several modules are defined, which implement different payment methods. The 'PayPal' module is only needed.
 
For a description of general external payment method configuration values, please read this chapter.

Below the PayPal-specific configuration values are described:

LOGIN
This is the name of the Payflow Link account used by PayPal. This information will be provided by PayPal when creating an account.
Default value: depends on the account.

PARTNER
This is the partner of the Payflow Link account. The partner for the accounts directly acquired from PayPal is 'PayPal'. For the accounts acquired from the PayPal resellers, the partner will be different.
Default value: PayPal

SHOWCONFIRM
This value indicates whether an additional confirmation page is shown during the payments via PayPal. Allowed values are 'true' and 'false'.
Default value: true

ECHODATA
This value indicates whether PayPal should include all the transaction information in the call to the payment confirm page. Allowed values are 'true' and 'false', but this value should always be 'true' for the correct work of the payment module.
Default value: true

More detailed information about the PayPal Payflow Link parameters can be found here.

If you want to post some optional parameters open the 'web.config' file of the Sana Commerce Starter Site project in Visual Studio. Locate the <payment-configuration> node in the <sanaCommerceLive> configuration section, where several modules are defined, which implement different payment methods. The 'PayPalPayflowLink' module is only needed. Add new configuration entry with the following format:

<add name="parameter name" value="parameter value" isRequestParameter="true" />
Add-ons and ModulesPayPal Payflow Link PSP