简体   繁体   English

PayPal API,找到合适的API

[英]PayPal API, finding the right one

I need to add the option to pay with PayPal in my web site. 我需要在我的网站上添加使用PayPal付款的选项。 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. 我想有一个API,我可以向PayPal发送信息并立即返回交易ID,这样我就可以将其保存在我的数据库中。 What API will be best for me? 什么API最适合我? Is there a way to do this? 有没有办法做到这一点? I saw they have this list: 我看到他们有这个清单:

list 名单

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. 我的应用程序是ASP.NET c#我知道这是一个非常初学的问题,我真的需要帮助。

Thank you 谢谢

EDIT I started working with something but then found a problem I posted a new question here question 编辑我开始使用的东西,但后来发现一个问题我在这里发布了一个新问题

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/ 如果您只需要简单的信用卡和PayPal钱包付款 - 只需使用我们新的Restful Payment API - https://developer.paypal.com/webapps/developer/docs/api/

They are much more cleaner and simple APIs to begin with if that's all the payment functionality you need. 如果这是您需要的所有支付功能,它们将更加简洁和简单。

有关于该页面的PayPal C#API向上最新示例代码贝宝C#API

I believe that for beginners integrating with HTML API PayPal is probably the easiest and best way to get started. 我相信对于初学者来说,与HTML API集成PayPal可能是最简单,最好的入门方式。

This article is slightly outdated, but explains that option along with others in straightforward matter: 这篇文章略显过时,但在直截了当的问题上解释了这个选项以及其他选项:

Introduction to PayPal for C# - ASP.NET developers http://www.codeproject.com/Articles/42894/Introduction-to-PayPal-for-C-ASP-NET-developers PayPal简介C# - ASP.NET开发人员http://www.codeproject.com/Articles/42894/Introduction-to-PayPal-for-C-ASP-NET-developers

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

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