PayPal Express Checkout MVC C# sample code

sa555 picture sa555 · May 3, 2013 · Viewed 11.7k times · Source

I'm developing an asp.net MVC4 site which will accept payment via paypal. Has anyone seen any C# samples for express checkout using NVP because I didn't find the supplied Java or PHP examples that useful?

Thanks!

Answer

Josh picture Josh · May 3, 2013

Yeah I actually put together a C# library just for this, including a working ASP.NET MVC3 sample site you can use for testing.

You can get the source from here; https://bitbucket.org/jhelmink/paypalexpresscheckoutmvc

Hope that helps!