I am developing a Windows 10 app which needs to accept payments through Paypal. I googled for that Windows SDK but didn't find Paypal SDK or documentation related to that.
So if anyone implement that previously please help me out for this.
I googled for that Windows SDK but didn't find Paypal SDK or documentation related to that.
There is no official SDK for integrating Paypal in an UWP app for now.
My suggestion is that you can try to use Rest API to implement Paypal in your app.
Related
I need to integrate new paypal ios sdk in my app.But my question is that which Paypal solution (e.g. Standard, Express checkout, Payflow etc.) client need to have in order to integrate this SDK?
Thanks in advance
I want to integrate my app with PayPal. I integrated using PayPal iOS SDK but i m facing some issues as in iOS SDK it doesn't have full support for non-US developers. I want to know what's difference between MPL and PayPal iOS SDK.
What are the advantages of PayPal iOS SDK over MPL ?
What are the disadvantages of PayPal iOS SDK over MPL?
Dave from PayPal here.
The main distinction is that MPL is an older SDK which PayPal is phasing out, while the PayPal iOS SDK (mobile SDK, or "mSDK") is a new SDK which PayPal is phasing in. mSDK is based on the new REST APIs, which themselves are under active development.
For simple one-time payment transactions, mSDK is easier to integrate into your app than MPL.
However, during this transition period, MPL includes several features that have not yet been implemented for mSDK. These features include pre-approved payments, chained payments, and more support for non-U.S. accounts.
There is also a third option, the Mobile Express Checkout ("MEC"). This is a webflow-based approach.
Some relevant links: SDKs Overview[1], MPL[2], MEC[3]
[1] https://developer.paypal.com/webapps/developer/docs/integration/mobile/mobile-sdk-overview/
[2] https://developer.paypal.com/webapps/developer/docs/classic/mobile/gs_MPL/
[3] https://developer.paypal.com/webapps/developer/docs/classic/mobile/gs_MEC/#concepts
I am developing an iPhone application, in which, to complete the registration process, there is a need for the user to pay some amount via Paypal and WorldPay. But, I have got the (MECL) library for Paypal integration in iPhone and it is working fine. And also,i have searched but i can't find, any library for WorldPay. Any help much appreciated.
No. they don't provide any library.
Another solution is to use a UIWebView to hit the url to their website to make the payment.
But I don't know if Apple will allow that to be on the AppStore.
In iPhone sdk, Can we retrieve information of all transaction for particular PayPal account?
Please Help and suggest
Thanks
Applications having PAYPAL integration are rejected by Apple... So I suggest you to use IAP (In App Purchase)...
Here You can get the full procedure step by step to do the same
i want to integrate paypal in my app...
but worried about that will apple accept my app.
i have hear that apple allow only inAppPurchase ....
Has anyone successes with his app integrated with Paypal ..
help please.......and please also provide any tutorial for it(if possible)...
You can integrate paypal with any of your application. I have used it in givkwik application for donating amount to a charity.