We have credit card Paypal Gateway intregrated for our shopping cart.But for Makeing Payments from Users sometimes I get this error message as "This Transaction can not be processed ".When i searched for this error code with Standard Paypal error code Its An Error Code of 10004 saying invalid data provided but the problem is that with the same creditials i am able to make payment successfully.This is really causing us to miss the payments from our clients :(
Any help will be really appriciated
Thanks in advance.
Related
When a customer places an order from the shop (Magento 2.3.2) using PayPal PayFlow Credit Card payment method but sometimes payment failed for some of the customers and there is no any message displaying on the checkout page.
When place order button hit PayPal generates the secure token to for the further transaction. Let me explain you step by step.
Place order button hit
PayPal generates securetoken and securetokenid
PayPal authorize the transaction with AMT : 0
PayPal response with the error message on step : 3 requests.
'RESPMSG' => 'Field format error: 10004-The transaction id is not valid',
I see the API docs from the PayPal but PayPal not stated clearly any specific error message. They have written generic error message. Please check in this screen shot.
https://i.imgur.com/2od4nIr.png
If anyone help on this to know exact reason for the transaction failed that will help us or customer to understand in better way rather then to show a generic message from the PayPal error message.
Looking forward to hearing for a solution.
I suggest you contact support for this issue as changes were put in place due to rate limiting and other item for merchants who are on Magento due to this issue, https://support.magento.com/hc/en-us/articles/360025515991-PayPal-Payflow-Pro-active-carding-activity.
Customer's trying to purchase via PayPal are experiencing problems accessing the PayPal website from our website.
They click to pay via PayPal to pay by Card they see this error:
"This transaction cannot be processed, please pay with another card. "
Has anyone else had this problem? and is there a fix? thank you.
I was trying to make a transaction through PayPal REST API using a saved credit card in live environment.
I have got a PayPalRESTException with response as CREDIT_CARD_REFUSED.
Here is the error message:
Error code : 400 with response : {"name":"CREDIT_CARD_REFUSED","message":"Credit card was refused","information_link":"https://developer.paypal.com/webapps/developer/docs/api/#CREDIT_CARD_REFUSED","debug_id":"<some number>"}
Now I want to know why the card is refused and how to get any info. from this debug_id.
Is there any way to get all these failed transaction details in PayPal merchant account?
Note: The card was previously authorized and saved in paypal
Merchants aren't usually told the reason for a CC refusal. It's none of their business after all. It's between the CC provider and the cardholder.
My prestashop version is 1.5.4.1 and my paypal version is 3.5.8. When I test the payment paypall accepts the payment. ORder is created how ever in the result window there is an error message (in red color) . The title of the result window is "Error Occured" In the details it says
Paypal Response:Checkout Status:->Payment Action Completed ....and all the other details like timestamp, email of the customer order status etc. etc..
Why do I get this error message in big RED font in prestashop even the payment is done successfully. I checked my payment account and I saw that payment is really done there is no problem..
Is there a way to show a success message in stead of those error messages...
Thank you
Ferda
This is something about paypal expiration date. I read it somewhere. Ican not check if it is really true but somehow even I didn't change anything in paypal accoutn but I don't get this error now...
I implemented the embedded payment flow of paypal. I managed to open the light box iframe after making and receiving a successful "Pay" call with a valid paykey.
However there is a message stating that "This transaction is invalid. Please return to the recipient's website and try again." in the opened light box.
Any idea what causes this message?
Please help. Any idea would be much appreciated.