I am developing a windows phone 7 application. In my app user can make purchases. The client need to use paypal for payments.
I found paypal APIs for all other phones (IPhone, Android, Blackberry). But there is no API for windows phone. Is windows phone support paypal ?.
Is there any other alternative method if there is no paypal API for windows phone ?
Thanks
We can use paypal in windows phone 7 by the Mobile Express Checkout method with the help of a webbrowser control. I implemented and succeeded the paypal implementation in windows phone.
https://www.x.com/developers/paypal/documentation-tools/express-checkout/gs_expresscheckout
https://www.x.com/developers/paypal/products/mobile-express-checkout
Hope the above links will help others too to implement paypal in windows phone 7.
Thanks