Welcome, Guest ( Customer Panel | Login )

VP-ASP and PayPal

1. PayPal Website Payment Pro UK (Payflow Pro)

Please follow the steps below on how to enable PayPal Website Payment Pro on VP-ASP

  1. Sign up for a PayPal Business account and apply for Website Payment Pro.
  2. Download PayPal Website Payment Pro UK gateway file from VP-ASP. This package also includes PayPal Express Checkout module.
  3. Extract the package to your VP-ASP shopping cart folder.
  4. Open the file ppukconfig.asp and enter your account information to the following lines :
    • const UserID = "xxx"
      • If the merchant has set up a specific user account, please enter the account name here. If no account is configured, please enter the Vendor/Merchant ID name here.
    • const Password = "xxx"
      • Password for the merchant account.
    • const Vendor = "xxx"
      • The name of the vendor or merchant ID.
    • const Partner = "xxx"
      • The partner ID provided by PayPal. Generally should e "PayPalUK" if the account is registered directly from PayPal
  5. Additional settings such as transaction type, test mode can also be configured on ppukconfig.asp.
    • const transactionType = "Sale"
      • Valid values are "Sale" or "Authorization". "Sale" means that the fund will be captured immediately while "Authorization" means that the fund will be authorized and captured later.
    • const testMode = "Yes"
      • Valid values are "Yes" or "No". Setting the gateway to testMode means that PayPal will accept dummy credit card numbers such as 4111 1111 1111 1111. This is generally for testing purposes. Always set this to "No" if your site is in production/live mode.

2. Express Checkout

Please follow the steps below on how to enable PayPal Express Checkout:

  1. The Express Checkout gateway file is included in our PayPal Wesbite Payment Pro UK package. Simply unzip the package to your shopping cart folder

    .
  2. Open the file ppukconfig.asp using a text or HTML editor.
    • const ENABLE_EXPRESS_CHECKOUT= "Yes"
      • To enable Express Checkout, set the value above to "Yes". Setting this to "No" will disable Express Checkout.
    • const x_USERNAME
    • const x_PASSWORD
    • const x_SIGNATURE
      • To obtain the API credential for the 3 configuration above, please follow the steps below :
        1. Log in to your Papal account
        2. Click the "Profile" link.
        3. Click "Request API Credential"
        4. Select "API Signature" as your credential type.
        5. PayPal should now generate a username,password and signature. Simply enter these 3 values to the x_USERNAME,x_PASSWORD and x_SIGNATURE.
  3. Enter the URL of your shopping cart to const x_MySite. For example : conxt x_MySite = "http://www.myshoppingcart.com/shop"
  4. Enter the currency code for the transaction to const x_CurrencyCode. Default value is GBP. Other acceptable values are USD,EUR,AUD,CAD and JPY.

3. PayPal Website Payment Standard.

PayPal Website Payment Standard is built into VP-ASP by default. Simply log in to the administration area, select Set-Up and set "xPayPal" to "Yes". Your PayPal seller e-mail can be entered to "xPayPalEmail".

PayPal IPN is also available via a separate download. Full installation instructions are included with the download files.

0 Item(s)
$0.00