문제

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!

도움이 되었습니까?

해결책

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!

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top