Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to integrate paypal payment in asp .net mvc and receive payment status and info?

This question has been bugging me for a long time. I have tried everything there is in Paypal docs (braintree, paypal api) except buttons who can't help me out since I need to get payment confirmation from paypal and add credit to users account.

Main problem is I am not native English speaker and I am junior developer, and I need some kind of tutorial that goes step-by-step and explains it fundamentally. I set-up everything regarding test accounts and so on, but actual payment (via sandbox) and receiving payment info has been hell for me.

If someone can help me out with advice I would be very grateful.

like image 616
Kadaj Avatar asked Feb 29 '16 15:02

Kadaj


1 Answers

I think you might want to take a look at this PayPal SDK on Github

https://github.com/paypal/PayPal-NET-SDK

The PayPal .NET SDK makes it easy to add PayPal support to your .NET web application and is built on PayPal's REST APIs.

like image 96
hunter Avatar answered Oct 07 '22 14:10

hunter