SagePay integration from Windows Forms

后端 未结 3 1111
孤城傲影
孤城傲影 2021-01-23 07:12

I’ve been asked to integrate a windows form application with SagePay to take payments directly from the application. The SagePay documentation talks about ASP.NET so I’m not sur

3条回答
  •  迷失自我
    2021-01-23 07:42

    I know some payment processors have a connection option where the payment part is hosted on a form on their server. You could try embedding a web browser control into your app to display the payment page.

    Usually there is another type of connection option where you can send your information via HttpWebRequest, but I'm not sure that this would work as it requires SSL. Since you are running your app as a desktop client, I'm not sure what you would have available.

提交回复
热议问题