简体   繁体   English

如何在asp .net mvc中集成paypal支付并接收付款状态和信息?

[英]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. 我已经尝试了Paypal文档(braintree,paypal api)中的所有内容,除了无法帮助我的按钮,因为我需要从paypal获得付款确认并向用户帐户添加信用。

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. 如果有人可以帮我提出建议,我将非常感激。

I think you might want to take a look at this PayPal SDK on Github 我想你可能想看看Github上的这个PayPal SDK

https://github.com/paypal/PayPal-NET-SDK 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. PayPal .NET SDK可以轻松地为您的.NET Web应用程序添加PayPal支持,并且基于PayPal的REST API构建。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM