将 PaySimple 集成到我的 asp.net 网站中
我需要将 PaySimple 网站集成到我的 asp.net 网站中。我的要求是仅捕获 PaySimple 网站所需的信息,并将用户引导至 PaySimple 网站以完成交易并返回到我的网站并附带响应消息。
我想知道Paysimple网站需要哪些参数以及如何将这些参数传递给paysimple网站。请建议我一种做事的方法。我正在使用c#。
I need to integrate PaySimple site in my asp.net website. My requirement is to just capture information required by PaySimple site and direct user to the PaySimple Website to complete the transaction and return back to my site with response message.
I want to know what are the parameters required by the Paysimple website and how to pass these parameters to paysimple site. Please suggest me a way to do the things. I am using c#.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
他们拥有基于 SOAP 或 JSON 等知名技术的 API,因此您可以使用 WebReference 访问他们的 Web 服务并向其获取或发送数据。您可以此处了解有关 API 的更多信息
They have API that is based on well-known technologies like SOAP or JSON, so you can use WebReference for accessing their web service and getting or sending data to it. You can read more about API here