Problems Installing Paypal Pro
We have installed and properly configured Paypal Express checkout and it works fine.
We then installed PayPal Payments Pro (USA) and we can not get the system to work through the api. Everytime we click confirm order it takes us to paypals website rather than processing the order.
What could be causing this issue.
PRO DETAILS
Enable this Payment Module
True
Sort order of display.
1
Payment Zone
--none--
Set Order Status
Processing [2]
Set Unpaid Order Status
Pending [1]
Set Refund Order Status
Pending [1]
Payment Action
Final Sale
Transaction Currency
Only USD
Merchant Country
USA
Fraud Mgmt Filters - FMF
No
Live or Sandbox
live
Debug Mode
Off
EXPRESS CHECKOUT DETAILS
Enable this Payment Module
True
Sort order of display.
10
Payment Zone
--none--
Express Checkout Shortcut Button
Off
Set Order Status
Processing [2]
Set Unpaid Order Status
Pending [1]
Set Refund Order Status
Pending [1]
Express Checkout: Require Confirmed Address
No
Express Checkout: Select Cheapest Shipping Automatically
Yes
Express Checkout: Skip Payment Page
Yes
Express Checkout: Automatic Account Creation
Yes
Payment Action
Final Sale
Transaction Currency
Only USD
Store (Brand) Name at PayPal
Allow eCheck?
Instant Only
PayPal Page Style
Primary
API Signature -- Username
****************
API Signature -- Password
****************
API Signature -- Signature Code
****************
PayPal Mode
PayPal
Live or Sandbox
live
Debug Mode
Off
Re: Problems Installing Paypal Pro
When checking out using Pro, you simply fill in the credit card fields on the payment page. You do not select PayPal. Selecting PayPal will cause you to be redirected to the PayPal site to complete payment.
Re: Problems Installing Paypal Pro
Quote:
Originally Posted by
DrByte
When checking out using Pro, you simply fill in the credit card fields on the payment page. You do not select PayPal. Selecting PayPal will cause you to be redirected to the PayPal site to complete payment.
I am having the same problem. I have not selected Paypal and the credit card fields do not appear on the payment page at all. In fact, I have the flag set for 'Express Checkout Shortcut Button' set to 'Off'. Any help would be greatly appreciated.
Re: Problems Installing Paypal Pro
Quote:
Originally Posted by
project18
I am having the same problem. I have not selected Paypal and the credit card fields do not appear on the payment page at all. In fact, I have the flag set for 'Express Checkout Shortcut Button' set to 'Off'. Any help would be greatly appreciated.
That's not the same problem.
But you can fix your problem by enabling SSL in your site. See the FAQ section for articles on setting up SSL.
Re: Problems Installing Paypal Pro
Hi, I am also having the same problem. The enter credit card info page does not show up on the checkout page even though Website Payments Pro has been configured. I tried to follow the guide but then it said to change the includes configure.php
// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'false');
When I change it to true it says not allowed critical error.
Re: Problems Installing Paypal Pro
Quote:
Originally Posted by
NedimK
Hi, I am also having the same problem. The enter credit card info page does not show up on the checkout page even though Website Payments Pro has been configured. I tried to follow the guide but then it said to change the includes configure.php
// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'false');
When I change it to true it says not allowed critical error.
Your "critical error" is probably because you're removing quotemarks.
Or, you're trying to edit the file using your browser, and your hosting company is disallowing the change for security reasons. You should never use a webbrowser like Chrome or Firefox or IE etc to edit PHP files. Always safest to use FTP to copy the file to your PC, then edit it in a reliable text editor, then upload the file back to your server. Your hosting company can help you with setting up FTP for your site.