针对 .NET 2.0 中的 PayPal API 进行编码的示例?

发布于 2024-07-04 04:46:11 字数 1557 浏览 6 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

牛↙奶布丁 2024-07-11 04:46:11

最近发现了 Rick Strahl 的这篇文章 http://www.west-wind.com/演示文稿/PayPalIntegration/PayPalIntegration.asp

还没有实现任何东西,Rick 在网上有很多关于 aspnet 电子商务的文章,而且每次我搜索它时他似乎都会出现。

Found this article by Rick Strahl recently http://www.west-wind.com/presentations/PayPalIntegration/PayPalIntegration.asp.

Have not implemeted anything from it yet, Rick has quite a few articles around the web on ecommerce in aspnet, and he seems to show up everytime I'm searching for it.

煮茶煮酒煮时光 2024-07-11 04:46:11

我建议您首先下载 SDK:

https://www.paypal.com/ IntegrationCenter/ic_sdk-resource.html

SDK 包括以下内容:

  • 调用 PayPal API 的客户端库
  • SDK 组件的 API 文档
  • Website Payments Pro 和各种管理 API 的示例代码
  • 可以验证与 PayPal 的连接并提交 API 调用的测试控制台

您可能还想查看用于 PayPal SOAP API 的 Encore Systems .NET* 类库

I would suggest you start by downloading the SDK:

https://www.paypal.com/IntegrationCenter/ic_sdk-resource.html

The SDK includes the following:

  • Client libraries that call PayPal APIs
  • API documentation for SDK components
  • Sample code for Website Payments Pro and various administrative APIs
  • Testing console that can verify connectivity to PayPal and submit API calls

You may also want to take a look at Encore Systems .NET* Class Library for PayPal SOAP API

蝶…霜飞 2024-07-11 04:46:11

我不知道您的需求是什么,但您可能需要考虑 Google Checkout Joe Audette 在集成 PayPal 时遇到了相当大的困难。

使用 Google Checkout 并取得了巨大成功。 请注意,与上面链接的示例相比,您可以使用 Google Checkout 进行更深入的研究。


编辑:我没有看到乔的更新。 看起来他最终确实成功了。

I don't know what your needs are, but you might want to consider Google Checkout. Joe Audette was having considerable difficulty integrating PayPal.

I've used Google Checkout and have had great success. Note that you can go much, MUCH deeper with Google Checkout than the sample linked above.


EDIT: I didn't see Joe's updates. Look like he did eventually get it working.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文