views:

46

answers:

1

There are many solutions/products that PayPal provides for websites to integrate with PayPal payment. I would like to know what's the simplest or easiest solution to integrate PayPal into ASP.NET MVC web applications. Which solution I should use? It would be helpful if someone who had the done this before can share his or her experience. Thanks.

A: 

Integrating PayPal with MVC is not your issue. Integrating your ecommerce checkout process is the hard part. PayPal has a very nice pre-packaged assembly you just need to reference and your basically done.

My main point is that your technology stack isn't what you should be focusing on here. Instead learn the PayPal API and how it fits into your existing codebase.

jfar
I guess I didn't phrase my question correctly. I was just wondering which product or API I should use since PayPal offer many different solutions such as Adaptive Payment API, Button Manager API, Express Checkout, etc. I was looking for a quick overview from developers like you who already have experience with PayPal APIs. Thanks.
weilin8
@weilin8 - You should edit your question.
jfar