View previous topic :: View next topic |
Author |
Message |
cowdogman2
Joined: 08 Mar 2018 Posts: 13
|
Posted: Wed Mar 14, 2018 7:42 pm Post subject: PayPal Postback Error |
|
|
Hi:
I've shifted to live testing, but IPN.NET is throwing an error at the postback. Error quoted below.
In connection with the error:
2 identical emails are sent by IPN.NET to the seller re "Payment Error"
2 identical emails are sent by IPN.NET to the customer re "Error Processing Payment"
License Tracker does not see the transaction
PayPal reports by email to me and the customer that the payment was made.
Here is the error from Trace:
VerifyPost 0.00516 0.000017
Postback Address: https://www.paypal.com/cgi-bin/webscr 0.0052194 0.000059
PostBackData: cmd = _notify-validate&mc_gross=0.03&protection_eligibility=Ineligible&payer_id=34FTMBF874M9Q&tax=0.00&payment_date=11%3a33%3a28+Mar+14%2c+2018+PDT&payment_status=Completed&charset=UTF-8&first_name=Leslie&mc_fee=0.03¬ify_version=3.9&custom=&payer_status=unverified&business=[Redacted]&quantity=1&verify_sign=AGbu1Ez.LkAeCh-GusVTHBoZGVBzAgcSYVS0b7vAImWJ7ThIJ1rDB7QI&payer_email=[Redacted]&txn_id=6W3707777J2834746&payment_type=instant&last_name=Johnson&receiver_email=[Redacted]&payment_fee=0.03&shipping_discount=0.00&receiver_id=RZXGNYC37G67J&insurance_amount=0.00&txn_type=web_accept&item_name=[Redacted]&discount=0.00&mc_currency=USD&item_number=&residence_country=US&receipt_id=4239-7588-8299-6315&shipping_method=Default&transaction_subject=&payment_gross=0.03&ipn_track_id=c9f7a232b6376 50.2617147 50.256495
Payment not verified by PayPal. PayPal response: Request for the permission of type 'System.Net.WebPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
Any help would be appreciated. |
|
Back to top |
|
|
Infralution
Joined: 28 Feb 2005 Posts: 5027
|
Posted: Thu Mar 15, 2018 6:54 am Post subject: |
|
|
The error indicates that your host has not allowed permissions for ASP.NET applications running on your server to use access external web URLs (or perhaps just secure URLs ie https). You will need to contact your host to see whether they can fix this. _________________ Infralution Support |
|
Back to top |
|
|
cowdogman2
Joined: 08 Mar 2018 Posts: 13
|
Posted: Thu Mar 15, 2018 8:01 pm Post subject: |
|
|
Hi:
Thanks.
My host suggested that I modify the web.config file to allow full trust--the default is medium.
Still having issues in the sandbox, but the live testing is working.
Thanks again. |
|
Back to top |
|
|
|