ConfigurationPayPal Express Checkout PSP Module

PayPal Express Checkout PSP Module

Configure a Live PayPal Express Checkout Payment Module

When the test PayPal Express Checkout payment module is configured, do the following to use the PayPal Express Checkout payment module implementation with a live account:

  • Set up a live PayPal Express Checkout account;
  • Change the Starter Site's 'web.config' for the PayPal provider in the following way:

    Name Changes
    IpCheck 216.113.188.202|216.113.188.203|216.113.188.204|66.211.170.66
    PaymentPage https://www.paypal.com/cgi-bin/webscr?cmd=_express-checkout
    ApiEndpoint https://api-3t.paypal.com/nvp
    USER API credentials of live account
    PWD API credentials of live account
    SIGNATURE API credentials of live account
  • When everything is done and tested, keep an eye on the payment log in the following days to be sure that everything is configured correctly. See the 'loggingConfiguration' section in the 'web.config' file for the location of the payment log file. It is configured in the 'PaymentFileTraceListener' listener by default.
ConfigurationPayPal Express Checkout PSP Module