将 PaySimple 集成到我的 asp.net 网站中

发布于 2024-10-15 05:47:21 字数 181 浏览 3 评论 0原文

我需要将 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 技术交流群。

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

发布评论

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

评论(1

羁绊已千年 2024-10-22 05:47:21

他们拥有基于 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

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