vote up 2 vote down star

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

flag

78% accept rate

2 Answers

vote up 2 vote down check

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.

link|flag
vote up 0 vote down

You can also try developing an adobe AIR application. The application will be platform independant. You can read more here.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.