PayPal Callback

Posted By tobyhutton Mon 18 May 2015
Add to Favorites0
Author Message
tobyhutton
 Posted Mon 18 May 2015
Supreme Being

Supreme Being - (4,501 reputation)Supreme Being - (4,501 reputation)Supreme Being - (4,501 reputation)Supreme Being - (4,501 reputation)Supreme Being - (4,501 reputation)Supreme Being - (4,501 reputation)Supreme Being - (4,501 reputation)Supreme Being - (4,501 reputation)Supreme Being - (4,501 reputation)

Group: Awaiting Activation
Last Active: Tue 26 May 2015
Posts: 7, Visits: 13
Hi,

After a customer process their payment through Paypal, the payment is collected successfully and they are redirected back to the "Order Completed" page, however the order does not show in their account or in the back end.

The error log that was returned is.

-----------------------------------------------------------------------------
>> Version:2.8004
>> URL:https://store.kmcdesigns.co.uk/callback.aspx?g=paypal
>> Page:
-----------------------------------------------------------------------------
>> 18/05/2015 14:25:38
>> 173.0.81.1
>> DESCRIPTION:
System.Net.WebException: The remote server returned an error: (403) Forbidden.
at System.Net.HttpWebRequest.GetResponse()
at Kartris.Paypal.ProcessCallback(String strCallbackData, String strReferrerURL)
at Callback.Page_Load(Object sender, EventArgs e)
at System.EventHandler.Invoke(Object sender, EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)


==================================================



I can see that i'm getting a forbidden error.

Could someone please advise what I've done wrong, I've followed all the sets in the Setting PayPal in user guides.

Thanks
metalmania
 Posted Tue 19 May 2015
Supreme Being

Supreme Being - (22,782 reputation)Supreme Being - (22,782 reputation)Supreme Being - (22,782 reputation)Supreme Being - (22,782 reputation)Supreme Being - (22,782 reputation)Supreme Being - (22,782 reputation)Supreme Being - (22,782 reputation)Supreme Being - (22,782 reputation)Supreme Being - (22,782 reputation)

Group: Forum Members
Last Active: Tue 21 Jun 2016
Posts: 36, Visits: 165
Looks like you have the general.security.ssl set - do you have a valid certificate loaded for the site? Assuming this is just a test/development site - have you tried switching SSL off to see if that works?
tobyhutton
 Posted Wed 20 May 2015
Supreme Being

Supreme Being - (4,501 reputation)Supreme Being - (4,501 reputation)Supreme Being - (4,501 reputation)Supreme Being - (4,501 reputation)Supreme Being - (4,501 reputation)Supreme Being - (4,501 reputation)Supreme Being - (4,501 reputation)Supreme Being - (4,501 reputation)Supreme Being - (4,501 reputation)

Group: Awaiting Activation
Last Active: Tue 26 May 2015
Posts: 7, Visits: 13
Same issue with not having SSL enabled, I have both basic and forms authentication enabled. Cant get my head round around the 403.

The only code modifications made is purely css based



Wed 20 May 2015 by tobyhutton

Similar Topics

Expand / Collapse

Reading This Topic

Expand / Collapse

Back To Top