5

Is it possible to collect billing information and send it to Paypal from a desktop application the same way a webpage normally would?

4

4 に答える 4

2

Paypal uses the HTTP protocol to communicate. As long as you use that with your desktop application, it will work.

As you can see from this Sample Code page, they are simply using apis to make HTTP Requests (cURL for the php example) to the paypal servers.

于 2009-02-08T22:38:21.160 に答える
0

また、adobeAIRアプリケーションの開発を試すこともできます。アプリケーションはプラットフォームに依存しません。あなたはここでもっと読むことができます。

于 2009-02-09T13:49:30.737 に答える
0

デスクトップから Paypal アカウントを追跡したい場合は、Putlerを試すことができます。デスクトップで新しい支払いを受け入れることはできませんが、洞察に満ちたレポートを表示できます.

于 2010-06-05T12:04:28.543 に答える