Ricky Posted March 3, 2018 Share Posted March 3, 2018 Hi, I'm trying to add PayPal payments in a demo store using the PayPal module, but until now without success. I installed and configured the module without any problems, but every time i try to proceed with a payment this error is displayed to the user: Error in PayPal Error connecting to https://api-3t.paypal.com/2.0 Tested the module in sandbox and production environments, and the error persists. Using Prestashop v1.7.3 and PayPal & Braintree Official Module v3.11.6. What am i doing wrong? Link to comment Share on other sites More sharing options...
selectshop.at Posted March 4, 2018 Share Posted March 4, 2018 Seems that SOAP extension is not working on your server, or a firewall is blocking the service. Check and fix the server problem with your provider. Link to comment Share on other sites More sharing options...
NAIDENMEN Posted March 4, 2018 Share Posted March 4, 2018 Que tal amigo Ricky, Disculpa, ya resolviste tu problema? estoy con el mismo problema y no he dado con la solución. Link to comment Share on other sites More sharing options...
selectshop.at Posted March 4, 2018 Share Posted March 4, 2018 @NAIDENMEN - Parece que la extensión SOAP no está funcionando en su servidor, o un firewall está bloqueando el servicio.Verifique y solucione el problema del servidor con su proveedor. 12 hours ago, selectshop.at said: Seems that SOAP extension is not working on your server, or a firewall is blocking the service. Check and fix the server problem with your provider. Link to comment Share on other sites More sharing options...
Ricky Posted March 4, 2018 Author Share Posted March 4, 2018 Hi @selectshop.at, thanks for the fast reply. I'm going to contact my hosting provider and question them. I'll get back with feedback. Link to comment Share on other sites More sharing options...
Ricky Posted March 4, 2018 Author Share Posted March 4, 2018 @selectshop.at, my hosting provider informed me that the SOAP extension is active and the firewall ins't blocking any connections. Are there any other extensions that i might need in order for this module to work? How can i access Prestashop (or the module) debug log information, so that i can get more information about this error? Besides the page error i get the following information in the url: /index.php?error_msg=Error+connecting+to+https%3A%2F%2Fapi-3t.paypal.com%2F2.0&fc=module&module=paypal&controller=error Looking forward for your feedback. Link to comment Share on other sites More sharing options...
selectshop.at Posted March 4, 2018 Share Posted March 4, 2018 For me it's an error of your server configuration (firewall or wrong port (of proxy)), but you can try to contact Paypal support as well. The error you are having is saying that there is a problem with your SOAP extension. <SOAP-ENV:Fault><faultcode>SOAP-ENV:Client</faultcode><faultstring>Method not implemented</faultstring></SOAP-ENV:Fault> BTW, which Paypal Module are you using ? Name and version, please. Check also, if folder /module and all sub-folders contained in there on your FTP have enough write and read permissions (not more than chmod 0755, it should be 0750 or 0755) Link to comment Share on other sites More sharing options...
Ricky Posted March 4, 2018 Author Share Posted March 4, 2018 @selectshop.at, i contacted my service provider again about the SOAP extension. Regarding the module, i'm using the PayPal & Braintree Official Module (v3.11.6). Link to comment Share on other sites More sharing options...
selectshop.at Posted March 4, 2018 Share Posted March 4, 2018 Check also if cURL extension is installed and enabled on your server and if you are using Open SSL 1.0.2 or higher Link to comment Share on other sites More sharing options...
Ricky Posted March 5, 2018 Author Share Posted March 5, 2018 @selectshop.at, i got confirmationthat the cURL extension is installed and that i'm using Open SSL 1.0.2. How can i debug this error in Prestashop? Link to comment Share on other sites More sharing options...
nbexiga Posted June 20, 2018 Share Posted June 20, 2018 Hi i also have the same issue :(:( how to fix it? Hi i have migrated my shop to another server and did an upgrade to Paypal Module for Prestashop 1.7.3.3 , the paypal module is 4.4.1 version. When i do a checkout and select PAypal as payment it does do nothing the button to complete the order... when i select the Credit Card version for terminate order it gives the error "Error connecting to https://api-3t.paypal.com/2.0" i supposed that the 1st option to go with paypal does not work because of any error, because the credit card option it's associated with paypal too.. and gives that error.. I already uninstalled the module and installed again but no success... my online store is https://pleasuresheaven.com can anybody help? thanks Tags (3) Tags: ERROR IN CHECKOUT Link to comment Share on other sites More sharing options...
Ricky Posted June 20, 2018 Author Share Posted June 20, 2018 @nbexiga is your site hosted in a windows server environment? If so, check my question and answer on Stack Overflow: https://stackoverflow.com/a/49278299/1880662 Link to comment Share on other sites More sharing options...
nbexiga Posted June 20, 2018 Share Posted June 20, 2018 30 minutes ago, Ricky said: @nbexiga is your site hosted in a windows server environment? If so, check my question and answer on Stack Overflow: https://stackoverflow.com/a/49278299/1880662 Hi. No.. it's centos7 Link to comment Share on other sites More sharing options...
salem82 Posted July 26, 2018 Share Posted July 26, 2018 Hi everybody I have the same issueError connecting to https://api-3t.paypal.com/2.0 @nbexiga did you find any solution? Thanks Link to comment Share on other sites More sharing options...
nbexiga Posted July 26, 2018 Share Posted July 26, 2018 Hi yes... it's working it was the module developer that helped me . after 2 weeks after i investigate all internet download the cacert.pem file from your server, stored it in my server (you can ask your hosting) and then, in module files add the CA location in the cURL option settings manually.In paypal / sdk / paypalREST / vendor / paypal / rest-api-sdk-php / lib / PayPal / Core / PayPalHttpConfig.php and paypal / sdk / paypalNVP / vendor / paypal / sdk-core-php / lib / PayPal / Core /PPHttpConfig.php in declaration of $ defaultCurlOptions add this option:CURLOPT_CAINFO => 'C: location_of_his_certificate cacert.pem', Link to comment Share on other sites More sharing options...
salem82 Posted July 26, 2018 Share Posted July 26, 2018 Hello @nbexiga Thanks for your fast reply.. I tried as you suggested with no success The hosting company gave me a path to the cacert.pem file and the I set this path in the following files modules/paypal/sdk/paypalNVP/vendor/paypal/sdk-core-php/lib/PayPal/Core/PPHttpConnection.php modules/paypal/sdk/paypalREST/vendor/paypal/rest-api-sdk-php/lib/PayPal/Core/PayPalHttpConnection.php in the following section curl_setopt($ch, CURLOPT_CAINFO,'New Path To The File'); is there any missing step? Thank you Link to comment Share on other sites More sharing options...
marlowera Posted July 27, 2018 Share Posted July 27, 2018 On 3.03.2018 at 11:11 PM, Ricky said: Hi, I'm trying to add PayPal payments in a demo store using the PayPal module, but until now without success. I installed and configured the module without any problems, but every time i try to proceed with a payment this error is displayed to the user: Error in PayPal Error connecting to https://api-3t.paypal.com/2.0 Tested the module in sandbox and production environments, and the error persists. Using Prestashop v1.7.3 and PayPal & Braintree Official Module v3.11.6. What am i doing wrong? I had a similar problem caused by a large number of transactions Link to comment Share on other sites More sharing options...
HairMaker.Gr Posted August 6, 2018 Share Posted August 6, 2018 Same problem and for me. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now