ASP.NET 4.0 中的 Paypal 集成

发布于 2024-12-06 23:52:08 字数 81 浏览 3 评论 0原文

你好,我是网络开发的新手。我刚刚创建了一个网上商店,最后我想添加一些机制,通过该机制我将客户重定向到贝宝网站并付款,然后重定向到我的网站。请帮助我。

hi i'm new to the web development.I just created a online shop in which all things finally i want to add some mechanism by which i redirect my customer to paypal site and pay then redirect to my site.please help me.

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

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

发布评论

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

评论(2

爱你是孤单的心事 2024-12-13 23:52:08

帮助你实现这个想法。

这个想法是,您将所有订单信息收集到一个页面,使用隐藏的输入控件将这些信息放入表单中,然后将它们发布到 PayPal。

此信息包括您的客户可以返回的网址(如果满足以下 条件):他喜欢取消,完成后返回,费用,您的电子邮件,您的客户电子邮件以及您可以在手册上阅读的许多其他参数。

在此处下载 sdk:

https://cms .paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/library_download_sdks

还有此处的文档

https://cms.paypal。 com/us/cgi-bin/?cmd=_render-content&content_ID=developer/library_documentation

您还可以找到示例代码等。

To help you with the idea.

The idea is that you collect all your order informations to a page, places this informations in a form using hidden input controls, and you post them to paypal.

This informations iclude the url that your customer can return if he like to cancel, return when its complete, the cost, your email, your customer email, and many other parametres that you can read them on the manual.

Download the sdk here:

https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/library_download_sdks

And there are also the documents here

https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/library_documentation

Also you can find a sample code, and other.

梦里的微风 2024-12-13 23:52:08

集成 PayPal 的最快、最简单的方法

<a href="https://www.paypal.com/cgi-bin/webscr
?cmd=_xclick&business=MyEmail
&item_name=Widget
&amount=29.00
&undefined_quantity=1
¤cy_code=USD">   

the quickest and simplest way to integrate paypal

<a href="https://www.paypal.com/cgi-bin/webscr
?cmd=_xclick&business=MyEmail
&item_name=Widget
&amount=29.00
&undefined_quantity=1
¤cy_code=USD">   
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文