Is there any sample for PayPal IPN

后端 未结 5 1124
半阙折子戏
半阙折子戏 2021-02-05 20:47

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

5条回答
  •  生来不讨喜
    2021-02-05 21:39

    There is an official c# example here: https://github.com/paypal/ipn-code-samples in path \c#\paypal_ipn_mvc.cs

    The C# example shows an ASP.NET MVC controller with an action that responds to the IPN.

提交回复
热议问题