Info
Version: | 1.0.3 |
Author(s): | Sean Cullinan |
Last Update: | Wednesday, June 26, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://www.skctechnologies.com/paypalipnprocessor/ |
NuGet Url: | https://www.nuget.org/packages/PayPal.IPN.Processor |
Install
Install-Package PayPal.IPN.Processor
dotnet add package PayPal.IPN.Processor
paket add PayPal.IPN.Processor
PayPal.IPN.Processor Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Mvc.Core(>= 2.1.1)
Tags
Simply add the custom InputFormatter to your Startup.cs file when configuring services, setup your controller to accept an object of our PayPalIPNRequest type and invoke the process method. At that point you will have a verified IPN object that you can easily work with as needed to integrate PayPal IPN messages into your application and workflows!.