I'm integrating PagSeguro into an ASP.NET environment, and everything was going well until I got to the part of sending PagSeguro notifications. As you can see in the image below, I have configured the following parameters for redirection and for notifications:
Parametersinvolvingredirectionhaveworkedcorrectly,withthetransactioncodebeingsentcorrectlyandthebuyerbeingredirectedtomypage.However,atthetimeofmodifyingthetransactionstatusandthenotificationissenttotheconfiguredaddress,nothinghappens,withthemethodevenbeingcalled.WhenIchecktheLog,thefollowingmessageappears:
Toreceivethenotifications,Itriedtousethemethodsasshowninthefollowingscreenshots:
However,noneofthemworked,withtheSandboxevencallingthem.
Thedocumentationrelatedtoreceivingnotificationisatthislink: link
Would anyone know the solution or could you point me where I'm wrong?
Thank you in advance.