X-Payments:Configuring PayPal payment modules in X-Payments

From X-Payments Help
Revision as of 15:13, 15 July 2015 by Dohtur (talk | contribs)
Jump to: navigation, search

This section provides an explanation of the configuration settings for the following PayPal payment modules in X-Payments:

  • PayPal Payments Pro (Payflow API)
  • PayPal Payments Pro (PayPal API)
  • Payflow Pro

PayPal Payments Pro (Payflow API) configuration settings

The page allowing you to adjust a payment configuration for PayPal Payments Pro (Payflow API) is as follows:

Paypal payments pro payflow api.png
You need to adjust the following fields:
  • Name: Any name that will help you to identify this payment configuration; for example, PayPal Payments Pro (Payflow).
  • Payment configuration is enabled: If you do not wish the payment configuration to be enabled right after you are done adjusting its details, click [disable].
  • Partner name: Partner ID of the partner that signed you up for the account. If you signed up directly through PayPal, this will be "PayPal".
  • Merchant login: The merchant login name that you chose when you signed up for the service.
  • User: The username that you have set up for running transactions. If you have not specifically set up a username to run transactions, then this will be the same as the "Merchant login".
  • Password: The password for the user account denoted in the "User" field.
    Note: The values for the fields Partner name, Merchant login, User and Password are your Payflow API credentials that were set up when you created your PayPal Manager (Payflow) account. They are the same as your PayPal Manager login at https://paypal.manager.com.
  • Test/Live mode: PayPal operating mode. ('Live' should be selected for live stores, 'Test' - for testing. Information on using PayPal in test mode is provided in the section ' Testing your PayPal payment methods').
  • Initial transaction: Choose Auth or Auth and capture.
  • Order prefix: Your trading name or any other prefix that will help you to identify a payment transaction as originating from this store.
    Note
  • Currency: The currency that should be used for payments via this method.
  • Credit card types: Credit card types you are going to accept.
  • Use in online stores: If you have already added some online stores in the 'Online Stores' section of the X-Payments back-end (Settings->Online Stores), here you will see the online stores you have added. Select the check box for your X-Cart store to enable the payment configuration in this store. If you haven't yet added your X-Cart store to the list of online stores working with X-Payments, you will be able to add the store and enable this payment configuration for it later after you are done defining the configuration settiongs for the PayPal Payments Pro (PayPal API) module on this page.
  • 3-D Secure: Specify whether you wish to enable 3-D Secure payer authentication. "Do not use" means that 3-D Secure will not be used. "Use external module (CardinalCommerce)" means that CardinalCommerce module will be used for payer authentication. If the latter option appears as "Use external module (none)", it means that CardinalCommerce module needs to be configured and enabled.

PayPal Payments Pro (PayPal API) configuration settings

The page allowing you to adjust a payment configuration for PayPal Payments Pro (PayPal API) is as follows:

Paypal payments pro paypal api.png
You need to adjust the following fields:
  • Name: Any name that will help you to identify this payment configuration; for example, PayPal Payments Pro.
  • Payment configuration is enabled: If you do not wish the payment configuration to be enabled right after you are done adjusting its details, click [disable].
  • API Access Username and API Access Password: Your API username and API password as provided by your PayPal account.
  • API method: The type of authentication method that you are going to use (Signature or Certificate).
    The simplest authentication method is using an API Signature, an encrypted string value that you include with your API calls to identify yourself. Use this method if you want the fastest and easiest way to use the PayPal API.
    An API Certificate is a file that you download from PayPal that contains a private key and public certificate which identify you to PayPal. Use this method if you have full control of your web server and are familiar with SSL encryption.
    If you have chosen an API SSL client-side certificate as your credential, install the certificate on the web server in the directory <xp-dir>/lib/XPay/Module/PaypalWPPDirectPayment/, where <xp-dir> is the name of the directory in which X-Payments is installed.
  • Certificate: If you have chosen Certificate as your PayPal authentication method, specify the filename of your API certificate. For example, if your API certificate filepath is <xp-dir>/lib/XPay/Module/PaypalWPPDirectPayment/cert_key.pem, you must enter cert_key.pem into this field.
  • Signature: If you have chosen Signature as your PayPal authentication method, copy and paste your API signature into this field.
  • Test/Live mode: PayPal operating mode. ('Live' should be selected for live stores, 'Test' - for testing. Information on using PayPal in test mode is provided in the section ' Testing your PayPal payment methods').
  • Initial transaction: Choose Auth or Auth and capture.
  • Order prefix: Your trading name or any other prefix that will help you to identify a payment transaction as originating from this store.
    Note: The "Order prefix" field is required when using the same PayPal account for several online stores (refer to this article for more details).
  • Currency: The currency that should be used for payments via this method.
  • Credit card types: Credit card types you are going to accept.
  • Call-back IPs: IP addresses from which X-Payments will receive PayPal callback requests. You can find the list of PayPal IP addresses here.
  • Use in online stores: If you have already added some online stores in the 'Online Stores' section of the X-Payments back-end (Settings->Online Stores), here you will see the online stores you have added. Select the check box for your X-Cart store to enable the payment configuration in this store. If you haven't yet added your X-Cart store to the list of online stores working with X-Payments, you will be able to add the store and enable this payment configuration for it later after you are done defining the configuration settiongs for the PayPal Payments Pro (PayPal API) module on this page.
  • 3-D Secure: Specify whether you wish to enable 3-D Secure payer authentication. "Do not use" means that 3-D Secure will not be used. "Use external module (CardinalCommerce)" means that CardinalCommerce module will be used for payer authentication. If the latter option appears as "Use external module (none)", it means that CardinalCommerce module needs to be configured and enabled.

Payflow Pro configuration settings

The page allowing you to adjust a payment configuration for Payflow Pro is as follows:

Paypal payflow pro.png
The configuration settings for Payflow Pro should be adjusted the same way as for PayPal Payments Pro (Payflow API).
  • Use built-in 3-D Secure feature: Specify whether you wish to enable 3-D Secure payer authentication. "Do not use" means that 3-D Secure will not be used. "Use built-in 3-D Secure feature" means that payer authentication will be performed at the level of the module in X-Payments as well as at the level of your payment processor (You may need to enable this feature on the side of your payment processor.)