本文介绍了如何在WPF应用程序中集成支付网关的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有什么方法可以在wpf应用程序中集成支付网关...

is there any way to integrate payment gateway in wpf application...

推荐答案

>>有什么方法可以在wpf应用程序中集成支付网关...

据我所知,几乎所有支付网关都基于Restful API,您可能需要使用WebBrowser或Frame控件来显示支付"页面.

As far as I known, Almost all payments gateway are based on the Restful API, You may need to use WebBrowser or Frame control to display the Payment page.

以下链接供您参考.

将Moneybookers集成到WPF应用程序中
http://stackoverflow.com/questions/3048750/integrate-moneybookers-into-wpf-applications

Integrate Moneybookers into WPF applications
http://stackoverflow.com/questions/3048750/integrate-moneybookers-into-wpf-applications

与.net应用程序进行贝宝集成可能是Web服务而不是网站
http://stackoverflow.com/问题/6060595/与网络应用程序集成的贝宝(可能是一个Web服务而不是一个网站)

paypal integration with .net application possibly a web service not a website
http://stackoverflow.com/questions/6060595/paypal-integration-with-net-application-possibly-a-web-service-not-a-website

在WPF客户应用程序中捕获支付网关的响应:

Capture Payment Gateways response in WPF client appication:
https://social.msdn.microsoft.com/Forums/vstudio/en-US/d5f4ccb8-7800-4a86-93ab-f81a0605030d/capture-payment-gateways-response-in-wpf-client-appication?forum=wpf


希望对您有帮助.


I hope it will help you.

最好的问候,

Yohann Lu

Yohann Lu


这篇关于如何在WPF应用程序中集成支付网关的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-06 00:27