与.NET应用程序可能是一个Web服务不是一个网站贝宝集成

与.NET应用程序可能是一个Web服务不是一个网站贝宝集成

问题描述:

我想知道是否有可能在贝宝SOAP API与.NET WPF应用程序或WCF服务集成....我继续读的东西关于人与网站整合贝宝......那不是我需要.. 。具有人这样做在这里???如果是的话可以有人建议我需要从贝宝用......什么样的考虑需要设置哪些API包.... 继承人的情景......我写了处理信用卡交易抄送服务器......顾客会不会有,不应该需要有一个PayPal帐户...他们只是present信用卡信息和我应用程序/服务应该能够要么做一个单一的身份验证或做整批视情况而定...我是不是在这种情况下,卖方......和阅读文档,甚至更多的,什么是基本的困惑我在商家帐户设置和其他的API需求方面的要求? 如果贝宝是不理想的这种情况下有没有其他的选项....记住有一个购物车中没有的概念在这里.... 谢谢

i wanted to know if it is possible to integrate the paypal soap api with a .net wpf application or wcf service....i keep reading stuff about people integrating paypal with websites...thats not what i need...has anyone done this here??? if so can someone recommend which api package i need to use from paypal...what kind of account needs to be setup.... heres the scenario...i am writing a cc server that processes credit card transactions...the customers will not have and should not be required to have a paypal account...they just present the credit card info and my app/service should be able to either do a single auth or do an entire batch depending on the situation...i am not the seller in this scenario...and reading the docs is confusing me even more as to what are the basic requirements in terms of merchant account setup and other api requirements... if paypal is not ideal for this scenario is there any other option....keep in mind there is no notion of a shopping cart here.... thanks

如果它是一个SOAP服务,集成了它的功能只是在code,它在呼唤PayPal的web服务之上的图形用户界面任何网站。

If it's a SOAP service, any website that integrates its functionality is just a GUI on top of code that's calling PayPal's webservices.

所以,简单的答案是肯定的,你应该能够从任何应用程序,包括你自己的SOA服务接口调用服务。

So, the short answer is yes, you should be able to call the service from any application, including your own SOA service interface.