There was a general payment processing error. (result code = -12) - asp.net

I have web site developed in asp.net using Paypal payflow pro Payment gateway When i am entering the test credit card no on test website i am getting this error .Please let me know how to resolve this......Error.."There was a general payment processing error. (result code = -12)"

For result code 12, paypal says:
Declined. Check the credit card number, expiration date, and transaction information to
make sure they were entered correctly. If this does not resolve the problem, have the
customer call their card issuing bank to resolve.
I hope you can get idea that why is it happening.

Related

How do you view the full AWS SES error message?

CURRENTLY
I use AWS SES with my Wordpress site and WooCommerce plugin.
Emails sent to #bigpond.net users fail
ISSUE
I want to examine the unique 16 character message ID, and a code looking like IBxxx where xxx is a series of numbers, but this is not provided to me by Wordpress / WooCommerce.
All I get sent is:
Subject: Delivery Status Notification (Failure)
from: MAILER-DAEMON#ap-southeast-2.amazonses.com
to: my#emailaddress.com
date: Jan 15, 2022, 1:00 PM
subject: Delivery Status Notification (Failure)
mailed-by: 4444-444.smtp-out.ap-region-1.amazonses.com
signed-by: amazonses.com
An error occurred while trying to deliver the mail to the following recipients:
user#bigpond.com
QUESTION
How can I access the full error message sent from Bigpond?
In case of some services(vpn and ses are the ones I know of), AWS doesn't share the logs directly with the customer. You need to open a support ticket and ask for the logs. In my case i have noticed that they don't always share the full log with you but only the part which interests you.

Amazon Pay on Woocommerce error in Sandbox mode (InvalidOrderReferenceId)

I installed the Amazon Pay plugin on my WordPress/Woocommerce website, left in in Sanbox mode, created a Sandbox test account and when I run a test transaction, I get a message that states "Invalid Payment Method"
When I go to the Woocommerce log, the error that I find is:
<ErrorResponse xmlns="http://mws.amazonservices.com/schema/OffAmazonPayments/2013-01-01">
<Error>
<Type>Sender</Type>
<Code>InvalidOrderReferenceId</Code>
<Message>The OrderReferenceId S00-0000000-0000000 is invalid.</Message>
</Error>
<RequestId>646d0e3e-b603-420d-8178-ad20690fee41</RequestId>
</ErrorResponse>
Any ideas? Thank you!
Please follow the Integration guide: https://developer.amazon.com/docs/eu/amazon-pay-onetime/intro.html
You would have to use an Amazon Generated Order ID from the Address widget. Please obtain it using the function:
onOrderReferenceCreate: function(orderReference) {
// Here is where you can grab the Order Reference ID.
orderReference.getAmazonOrderReferenceId();
},
You can use the orderReference ID anywhere from this point. Since, you are using WooCommerce SP, you can follow the integration guide too.
Thanks.

Temporary block from yahoo

For quite some time we have been getting the following error from yahoo:
mail.log:6452:Apr 22 19:21:06 aegir postfix/smtp[8997]: 87BCF4C93F: host mta7.am0.yahoodns.net[67.195.228.110] said: 421 4.7.0 [IPTS04] Messages from 188.93.125.68 temporarily deferred due to user complaints - 4.16.55.1; see https://help.yahoo.com/kb/postmaster/SLN3434.html (in reply to end of DATA command)
If someone did get the similar, how did you solve this issue?
I've been trying to contact Yahoo but everytime I get automated response and ticket closure as I send it.
What other thing I can offer is DMARC report if its relevant:
https://mxtoolbox.com/DmarcReportAnalyzer.aspx?id=F-9a3a8364-6cba-41f9-b93f-cfc32155a3f6
Test for headers and every check seems to be working alright:
https://www.mail-tester.com/test-m5ytebosm
Google email is showing everything is pass:
gmail email
gmail header
For now I've tried changing OpenDKIM to relaxed/relaxed from relaxed/simple.
Removed p=quarantine and added p=none
Sorted out SPF record for official signing domain just in case, added another IP address where resourcecenter is found.
Will provide additional info if needed.

CCAVENUE with asp.net

I follow this step from http://aravin.net/how-to-integration-ccavenue-payment-gateway-into-your-website-using-asp-net-with-screenshot/.
I am doing this with asp.net c#(mvc).
Still I am getting following error:
Error Code: 10001 Invalid Request – Encrypted request invalid/not present.
Don’t worry… It happens to the best of us.
Along with that I want to store “Error Code” which is "order_status" in response code of ccavenue in database
whether it is success or failure with its code number.
how can I do that.
Thank You.

"The transaction response cannot be null" Error on PayU WebCheckout

I'm integrating PayU's WebCheckOut for a simple payment in a website with vb.net, i've followed all the instructions on http://developers.payulatam.com/es/web_checkout/integration.html and right now i'm trying to test the payments, response and confirmation through the sandbox (The POST is directed to https://sandbox.checkout.payulatam.com/ppp-web-gateway-payu), but i can't get past the payment because of this error:
And i haven't found any insight anywere on the cause, the error is shown after filling all the payment data and clicking the "pay" button, have this happend to anyone?, thanks in advance!

Resources