在基于Windows的应用程序中从Paypal获取IPN数据 [英] Get IPN Data from paypal in windows based application

查看:125
本文介绍了在基于Windows的应用程序中从Paypal获取IPN数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好!

我有Windows应用程序.我需要这样的功能:当客户进行任何操作时,
在我的帐户中进行交易时,我从Paypal Web服务获取IPN数据.在此服务中,我将编写代码以将接收到的IPN数据插入到我的sql服务器表中.
我正在使用Visual Studio2010.

请尽快回复我........

Hi everyone!

I have windows application. I need such a functionality that when customer make any
transaction in my account, I get the IPN data from paypal web service. IN this service i will write a code to insert recieved IPN data in my sql server table.
I am using visual studio 2010.

Please reply me soon........

推荐答案

贝宝IPN仅使用HttpRequest.幸运的是,您可以从Windows应用程序发送HTTP请求.您可以使用WebHttpRequest以Paypal IPN指定的格式发送HTML.

http://msdn.microsoft.com/en-us/library/system.web. httprequest.aspx [ ^ ]

如果您喜欢此答案,请接受它作为答案.
The Paypal IPN only uses HttpRequest. Fortunately, you can send an HTTP request from a windows application. You can use the WebHttpRequest to send HTML on the format specified by the Paypal IPN.

http://msdn.microsoft.com/en-us/library/system.web.httprequest.aspx[^]

If you like this answer, please accept it as answer.


这篇关于在基于Windows的应用程序中从Paypal获取IPN数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆