I have implemented 2Checkout payment API? But sometime its showing "curl call failed". Otherwise it showing "Payment Authorization Failed: Please verify your information and try again, or try another payment method." Can any one help to correct the error.
Related
I have implemented stripe payment using Laravel. In which I am making payment using payment intent.
When I enter wrong card details, it shows me the error message at the time of creating the token. But when I try to make payment with cards like insufficient balance, lost card, blocked card, etc. from stripe test cards. It accepts payment from all cards instead of showing me the error message and shows me entry in my stripe account.
First I have created token, then created payment intent and then confirmed the payment intent.
Can anyone help me out here?
You can use try catch. In the catch you need to catch paymnet exception. You will get exception list in the stripe documentation.
In one of my website, I have integrated payu payment gateway,after all the debit card details in the payu page,it is going to this page instead of showing the page where we enter otp which shows an error as shown in the image above.
Is this an error in the part of the payment gateway or coding mistake ?
Authorize.Net Direct Post for Magento
Getting below error.
An error occurred while trying to report this transaction to the
merchant. An e-mail has been sent to the merchant informing them of
the error. The following is the result of the attempt to charge your
credit card.
This transaction has been approved.
It is advisable for you to contact the merchant to verify that you
will receive the product or service.
This means the relay response URL used by Magento/your website is not returning a successful response to Authorize.Net in time (5 seconds). As a result Authorize.Net is assuming the page is not functioning and displaying that message.
You need to verify that the URL you provided is correct, reachable from outside your network, and responding in less than five seconds.
I have a problem with 2checkout module in Magento. When I place the order with the help of 2checkout payment gateway I don’t get the response back of Payment completion. So, order status remains “Processing”.
I want to do something like when the payment completes it should response me back and the order status should be change to “complete”
Please help… Thanks…
The order status will change from pending to processing upon successful passback from 2Checkout. You can then utilize the "Invoice Automatically Before 2Checkout Fraud Review" or "Invoice Automatically After 2Checkout Fraud Review" setting in your Magento 2Checkout configuration to change the status to "Completed". These settings use the notifications sent by 2Checkout's Instant Notification Service so you will need to setup your Notification URL and enable the 'Order Created' and 'Fraud Status Changed' messages in your 2Checkout admin area under the notifications tab.
Feel free to contact 2Checkout Tech Support at techsupport#2co.com for assistance.
I'm running Magento CE 1.7 with Paypal, eway and sagepay as payment gateways.
If a customer at checkout stage chooses to pay via eway or sage pay for example and then decides to cancel payment in order to choose Paypal, an error pops up after clicking process order. The error is: "Unable to process the order". and subsequent tries to pay via paypal are refused.
Has anyone else come across this problem?
Thanks for your help in advance.
Have you checked the exception.log file? Is this message presented on magentos onepagecheckout or in paypal?