问题描述
我需要在我的网站上添加使用PayPal付款的选项.我想拥有一个API,我可以在其中向PayPal发送信息并立即获取交易ID,以便将其保存在数据库中.哪种API最适合我?有没有办法做到这一点?我看到他们有此列表:
I need to add the option to pay with PayPal in my web site.I would like to have a API where i can send PayPal the information and get back right away the transaction ID so i can save it in my DB.What API will be best for me? Is there a way to do this? I saw they have this list:
您还知道我能找到很好的例子吗?我的应用程序是ASP.NET c#我知道这是一个非常初学者的问题,我真的需要什么帮助.
Also do you know were i can find good examples for this? my app is ASP.NET c#I know this a very beginner question, what i really need help with this.
谢谢
编辑我开始使用某些东西,但是发现一个问题,我在这里发布了一个新问题问题
EDITI started working with something but then found a problem I posted a new question herequestion
推荐答案
如果您只需要简单的信用卡和PayPal电子钱包付款-只需使用我们新的Restful Payment API- https://developer.paypal.com/webapps/developer/docs/api/
If all you need is simple Credit Card and PayPal Wallet payments - just use our new Restful Payment APIs - https://developer.paypal.com/webapps/developer/docs/api/
如果这是您需要的所有支付功能,那么它们是更干净,更简单的API.
They are much more cleaner and simple APIs to begin with if that's all the payment functionality you need.
这篇关于贝宝(PayPal)API,找到合适的API的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!