Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PayPal Express Checkout MVC C# sample code

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!

like image 973
sa555 Avatar asked May 03 '13 10:05

sa555


1 Answers

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!

like image 167
Josh Avatar answered Oct 10 '22 15:10

Josh