|
Accueil > Aide Asp : PayPal Pro (ASP)
|
 |
|
Veuillez prendre note que cette page n'est pas encore
traduite. Merci! |
 |
 |
Setting up an account with PayPal.
Click here to create an account with PayPal.
|
Setting up Paypal Website Payments ProYou will
require a minimum of version 4.9.3 for the ASP version.
You can check the version you are running by logging
into your store control panel and the number will appear
at the top of the first page. If you are running an
earlier version then the latest updater will always be
available
here for download. |
These are the configuration steps you will need to take:
- Log in to your PayPal account
- Go to Profile -> API Access -> API Certificate
Request
- You will need to fill in the application for the
certificate request. It may take some time for you
to be granted this certificate.
- As part of the signup process, an “account name”
will be suggested for the certificate. This will be
of the form “user_api1.yoursite.com”. You will also
be required to create a password for the certificate.
You are strongly recommended for security reasons to
NOT use your PayPal login password.
Create a new password.
|
Installing the certificate |
We now need to convert the format of our certificate to
"p12" format so we can import it later and you can do
this on the PayPal site here...
http://www.paypaltech.com/tools/pem2p12.php
- Once you have your certificate in p12 format
your host will have to install it on the webserver
on which your site is located. To do this, they have
to follow these steps.
- Run the MMC console by going to the Start Menu
-> Run and then enter mmc
- Go to File -> Add / Remove Snap In and click Add…
- Click "Certificates" and click Add
- Click "Computer Account" and click Next
- Click "Local Computer" and click Finish
- Click "Close" for the "Add Standalone Snap-in"
dialog and "OK" for the "Add/Remove Snap-in" dialog.
- Now in the MMC console you should have the
Certificates snap-in installed. Now navigate to
Certificates -> Personal -> Certificates, right
click and choose "Import…".
- Click "Next" when the import wizard opens and
then navigate to your p12 format certificate and
then click Next.
- Enter the password you chose when you created
the certificate and leave the other checkboxes on
that page unchecked.
- Choose "Automaticall select the certificate
store based on the type of certificate"
- Review your choices and click "Finish".
- You should see your certificate now under
Certificates -> Personal -> Certificates, but if you
don't just choose "Refresh".
|
|
|
Ecommerce Template admin
- Now log in to your ecommerce plus template admin
section, click on the payment providers admin page
and enter the following information for PayPal
Direct.
API Account Name: (Such as user_api1.yoursite.com)
API Password: The password you created above.
Transaction Type: Authorize only or Authorize /
Capture.

- Please note, you can put PayPal into Demo Mode
on the ecommerce plus template payment provider
admin section, but this will involve using the
PayPal "Sandbox" as here...
https://www.sandbox.paypal.com/
This would mean creating a separate
sandbox email login, password and certificate
request. (Sandbox certificates are assigned
immediately).
For more information, rates and support, please visit
the
PayPal website. |