2016-04-29 7 views
-1

meine Website ist www.a1mcgans.co.ukPayPal-Fehler, wenn Kunden auschecken

Ich habe Probleme mit Kunden, die Zahlung abschließen, wenn Sie PayPal verwenden.

Sie erhalten diese Fehlermeldung

  1. PayPal Antwort:
  2. ->
  3. neue Verbindung herstellen zu 'api-3t.paypal.com/nvp'
  4. mit anderen Verfahren CURL erfolgreich
  5. Senden dieser Parameter:
  6. METHOD = Se tExpressCheckout & VERSION = 106 & PWD = L2JP7EMP7JR32JCP & USER = sales_api1.a1mcganns.co.uk & SIGNATURE = AENSDlLTRY8C54MMOG29Y0inxhFWAgY-7uEg9VqBu-bS11n1QZx2H3Nv & cancelURL = http% 3A% 2F% 2Fwww.a1mcganns.co.uk% 2Fgb% 2Forder% 3Fpaypal_ec_canceled% 3D1% 26 & ReturnUrl = http% 3A% 2F% 2Fwww.a1mcganns.co.uk% 2Fmodules% 2Fpaypal% 2Fexpress_checkout% 2Fpayment.php & NOSHIPPING = 1 & BUTTONSOURCE = PRESTASHOP_EC & L_PAYMENTREQUEST_0_NUMBER0 = 1733 & L_PAYMENTREQUEST_0_NAME0 = Cycliq + Fly + 12 + Front + 1080p + Kamera + und + 400 + Lumen + Fahrrad + Licht +% 28Einschließlich + 16GB + SD + Karte% 29 & L_PAYMENTREQUEST_0_DESC0 = Einschließlich + 16GB + SD + Karte ... & L_PAYMENTREQUEST_0_AMT0 = 229.99 & L_PAYMENTREQUEST_0_QTY0 = 1 & PAYMENTREQUEST_0_PAYMENTACTION = Verkauf & PAYMENTREQUEST_0_CURRENCYCODE = GBP & PAYMENTREQUEST_0_SHIPPINGAMT = 0.00 & PAYMENTREQUEST_0_ITEMAMT = 229,99 & PAYMENTREQUEST_0_AMT = 229,99 & ADDROVERRIDE = 1 & EMAIL = phil% 40wilkinson3.fsworld.co.uk & PAYMENTREQUEST_0_SHIPTONAME = p + Wilkinson & PAYMENTREQUEST_0_SHIPTOPHONENUM =% 2B447595914321& PAYMENTREQUEST_0_SHIPTOSTREET = 63 & PAYMENTREQUEST_0_SHIPTOSTREET2 = Northampton + Lane + Nord & PAYMENTREQUEST_0_SHIPTOCITY = & Northampton PAYMENTREQUEST_0_SHIPTOCOUNTRYCODE = GB & PAYMENTREQUEST_0_SHIPT OZIP = NN3 + 7QY & SOLUTIONTYPE = Sole & Landingpage = Anmeldung & USER = sales_api1.a1mcganns.co.uk & PWD = L2JP7EMP7JR32JCP & SIGNATURE = AENSDlLTRY8C54MMOG29Y0inxhFWAgY-7uEg9VqBu-bS11n1QZx2H3Nv
  7. senden mit CURL Methode fehlgeschlagen! Fehler: Konnte nicht auflösen Host ‚api-3t.paypal.com‘
  8. Verbindung fehlgeschlagen mit fsockopen Methode

ich jemand bin der Hoffnung, mich in die richtige Richtung

das Problem zu beheben zeigen kann

Viele dank

Grüße Phil

+0

Konnte nicht Host 'api-3t.paypal.com' konnte ein Anfang sein. Überprüfen Sie die DNS/Host-Konfiguration – ChrisBint

Antwort

0

Check the curl error, genau zu sehen, was passiert. Meine Vermutung ist, dass Sie etwas wie "ssl handshake failure" bekommen werden.

Wenn das der Fall ist, müssen Sie this post about POODLE überprüfen.

Das Problem liegt im Grunde daran, dass der Server-Software-Stack veraltet ist. Genauer gesagt, von der Pudel-Post ...

As of 01.19.2016 PayPal now supports only TLS 1.2 on the sandbox (and in June the same will apply to production systems).

If you want to use TLS 1.2 you’ll need to upgrade to OpenSSL 1.0.1 as a minimum, and then you’ll be able to set CURLOPT_SSLVERSION to 6 (TLS 1.2).

If you want TLS 1.2 to be used automatically during SSL requests, you’ll also need to upgrade to PHP 5.5.19+ (this is the ideal solution but many projects are still on older PHP versions).