Difference between revisions of "X-Cart:Setting up Your API Access"
(Created page with '''This step is required for Website Payments Pro and Express Checkout used as an additional payment option.'' To enable X-Cart to work with your PayPal Business account, you nee…') |
m |
||
Line 1: | Line 1: | ||
''This step is required for Website Payments Pro and Express Checkout used as an additional payment option.'' | ''This step is required for Website Payments Pro and Express Checkout used as an additional payment option.'' | ||
− | To enable X-Cart to | + | To enable your X-Cart based store to communicate with PayPal servers, you need to obtain your API credentials from PayPal. API credentials identify you when you make API calls. PayPal's API credentials consist of an API username and password (these are not the same as the username and password you use to log in to paypal.com), and a third piece of information - either an API signature or an API SSL client-side certificate. |
− | + | More information about PayPal's API credentials and instructions for requesting such credentials for your account are available here: [http://qwyx.co/apihowto http://qwyx.co/apihowto]. | |
− | + | {{Note1|Important: Please note that to be able to use an API SSL client-side certificate as your credential, you need to be able to install the certificate on the web server in the directory <u><xcart_dir>/payment/certs/</u>, where <u><xcart_dir></u> is the directory where your X-Cart is installed.}} | |
− | |||
− | |||
− | |||
− | {{Note1|Important: Please note that to be able to use an API SSL client-side certificate as your credential, you need to be able to install the certificate on the web server in the directory < | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
[[Category:X-Cart user manual]] | [[Category:X-Cart user manual]] |
Revision as of 01:20, 5 December 2012
This step is required for Website Payments Pro and Express Checkout used as an additional payment option.
To enable your X-Cart based store to communicate with PayPal servers, you need to obtain your API credentials from PayPal. API credentials identify you when you make API calls. PayPal's API credentials consist of an API username and password (these are not the same as the username and password you use to log in to paypal.com), and a third piece of information - either an API signature or an API SSL client-side certificate.
More information about PayPal's API credentials and instructions for requesting such credentials for your account are available here: http://qwyx.co/apihowto.
Important: Please note that to be able to use an API SSL client-side certificate as your credential, you need to be able to install the certificate on the web server in the directory <xcart_dir>/payment/certs/, where <xcart_dir> is the directory where your X-Cart is installed.