Magento payment - Unable to communicate with the PayPal gateway - magento

I tested paypal on my development environment, when I wanted to create invoice, the system return an error:"Unable to communicate with the PayPal gateway."
then I checked the exception log and found:
exception 'Exception' with message 'PayPal NVP CURL connection error #6: Couldn't resolve host 'api-3t.sandbox.paypal.com'' in /data1/sites/testCE/app/code/core/Mage/Paypal/Model/Api/Nvp.php:983
order payment information:
Payer Status: unverified
Payer Address Status: Unconfirmed
Merchant Protection Eligibility: Eligible
Last Correlation ID: 152ec93611d7
Last Transaction ID: 2DT505704J718760U
Any help will be greatly appreciated, Thank you.
Best Regards

Try to disable SSL verification from your magento paypal configuration.

Related

PayZone payment gateway magento Error

Integrated PayZone Payment gateway with magento using their magento module on a hosted payment platform. (redirect to payment provider then back to website)
Getting the below error after card details entered
Fatal error: Call to undefined method Mage_Checkout_Model_Type_Onepage::saveOrderAfterRedirectedPaymentAction() in /home/magentowebsite/public_html/app/code/local/Payzone/Tpg/controllers/PaymentController.php on line 499
Any ideas on how what may be causing this issue?

Authorize.net error in magento 2.0.5

I have configured the authorize.net in my new magento 2.0.5. I have updated my sandbox api login id, transaction key, merchant md5, and changed the url into https://test.authorize.net/gateway/transact.dll for testing.
Also i have enabled the test mode and debug mode to track. While placing the order I'm receiving the error on alert box Please enter a transaction ID to authorize this payment.. While checking /var/log/debug.log transaction id (x_trans_id) was in 0. I suspect that the issue is with the transaction id.
You should not set your gateway to test mode or set test mode as true in your request.

"PayPal gateway has rejected request. Timeout processing request (#10001: Internal Error"

I have integrate my paypal account with my magento ecommerce website but when trying to checkout using paypal I am getting the error "PayPal gateway has rejected request. Timeout processing request (#10001: Internal Error"
It looks like a specific payment model configuration issue. Better to contact Paypal technical team to help you on it.

Missing SagePay RelatedSecurityKey

I am writing a refund function for our ecommerce site and I'm getting error code 3033 : The RelatedSecurityKey is required.
I have checked and the documentation says this key should be returned when the original transaction was made. We save the details without any modifications to the database, but I can't find it. The return values for my test transaction are:
VendorTxCode=241****
&VPSTxId={EBA625AB-955E-75C8-4409-*********}
&Status=OK
&StatusDetail=0000 : The Authorisation was Successful.
&TxAuthNo=763****
&AVSCV2=SECURITY CODE MATCH ONLY
&AddressResult=NOTMATCHED
&PostCodeResult=NOTMATCHED
&CV2Result=MATCHED
&GiftAid=0
&3DSecureStatus=NOTCHECKED
&CardType=VISA
&Last4Digits=0006
&Amount=25.00
Any suggestions?
SecurityKey - Only present if Status is OK.
To register the initial transaction, you post to Sage Pay via the Transaction Registration URL (A1).
Sage Pay send a server reponse to the tranasction registration POST in the Server protocol (see A2 in Sage Pay Server Protocol). The response includes the following - VPSProtocol, Status, StatusDetail, VPSTxId, SecurityKey and NextURL.
[A Security key which Sage Pay uses to generate a MD5 Hash to sign the Notification message (step A3 from the Sage Pay Server protocol, which is the example you are providing in response to the Notification post via the Notification URL). The signature is called VPSSignature. This value is used to allow detection of tampering with notifications from the Sage Pay Server. It must be kept secret from the Customer and held in your database. Only present if Status is OK.] You need the SecurityKey incase want to refund against the transaction in future as this will become the RelatedSecurityKey.
The NextURL redirects the customer/shopper to the Sage Pay payment page.
Sage Pay then notify you via the NotificationURL with the VPSSignature. (A3)
You then acknowledge receipt of the post and the customer is redirected via the RedirectURL back to a page on your website.

"PayPal gateway has rejected request" in Magento and Paypal

PayPal gateway has rejected request. The transaction id is not valid (#10004: Transaction refused because of an invalid argument. See additional error messages for details).
This error has popped up all of a sudden. It used to work perfectly fine. This error occurs while trying to invoice an order in Magento backend.
That could be due to wrong currency.
Please check this:
https://cms.paypal.com/uk/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_nvp_errorcodes
There was an issue with PayPal this morning. It should all be working again now (our store is) https://www.x.com/content/resolved-major-impact-express-checkout-paypal-apis-virtual-terminal-and-website-payments-pro

Resources