PayPal Express Checkout MVC C# sample code
Asked Answered
A

2

9

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!

Annitaanniversary answered 3/5, 2013 at 10:8 Comment(0)
R
13

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!

Rains answered 3/5, 2013 at 10:16 Comment(0)
P
1

Yes, I have also published a PayPal Express Checkout SDK, complete with Unit Tests, working examples, Test Harness, and extensive documentation.

Plainsong answered 22/9, 2015 at 16:32 Comment(1)
I tried the above and the official paypal sdk and both failed with 10002 authorization errors. It wasn't until I tried your sample that instructed me to include my merchant ID that I found out why nothing worked before. Thanks!Interblend

© 2022 - 2024 — McMap. All rights reserved.