I have an Asp.Net WEB API 2 project and I would like to implement an Instant Payment Notification (IPN) listener controller.
I can\'t find any example and nuget package
There is an official c# example here: https://github.com/paypal/ipn-code-samples in path \c#\paypal_ipn_mvc.cs
\c#\paypal_ipn_mvc.cs
The C# example shows an ASP.NET MVC controller with an action that responds to the IPN.