Paypal Integration in Blackberry?

血红的双手。 提交于 2019-12-11 05:34:29

问题


Do we hav Paypal API for Blackberry as like the iPhone and Android. I have android PayPal API here https://www.x.com/community/ppx/xspaces/mobile/mep.

But i cant able to find it for Blackberry.

Please help me whether paypal transfer can be made in Blackberry or not.


回答1:


Try by using this sdk https://www.x.com/community/ppx/sdks#WSDL




回答2:


As far as I know there isn't a BlackBerry specific Paypal API.

So to get around this, we just launched the browser to the Paypal link. From there they could enter their Paypal credentials and pay as if they were using a desktop browser. It's not as clean as using an API though.

If you're looking for a cleaner solution, you could try creating a Paypal API wrapper for example using PHP, which is used by a proxy page. Then in the BlackBerry, use standard HTTP requests to send GET/POST requests to the proxy page. The proxy page will in turn use the wrapper you created to set up payment for you and your customer. This way you won't necessarily have to leave the application.



来源:https://stackoverflow.com/questions/5471173/paypal-integration-in-blackberry

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!