Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PayPal API with ASP.NET MVC

Is it the paypal API compatible with asp.net MVC? Does anyone know of any expamples of how to implement it? Thank you.

like image 873
twal Avatar asked Dec 20 '10 22:12

twal


People also ask

Does PayPal have an API?

The PayPal REST API is organized around transaction workflows, including: orders, payments, subscriptions, invoicing, and disputes. The API uses standard verbs and returns HTTP response codes and JSON-encoded responses.


1 Answers

yes it is compatible.

Have a look at MVC Storefront Starter Kit videos.

Episode 22 is dedicated to Paypal

like image 84
Lorenzo Avatar answered Oct 12 '22 14:10

Lorenzo