Paypal integration for mobile apps - paypal

I'm developing an app using mobile jquery and my plan is to convert it to a android app using phonegap. I have integrated paypal payments to the app.
My problem is how can I redirect to the mobile app from the server once the payment is accepted or cancelled ?

Related

Swift 3.0+ : Paypal - Braintree integration

I am currently integrating Braintree in my iOS app in order to receive payments via PayPal and I exactly followed this guide:
https://developers.braintreepayments.com/guides/paypal/client-side/ios/v4
My status: I can receive payments via PayPal, BUT only via Safari browser. Instead of opening the PayPal app, Safari is being launched.
Moreover, when i use the default paypal-ios-sdk (
https://github.com/paypal/PayPal-iOS-SDK ),
I can easily pay via the PayPal app and not the browser, but as mentioned here: https://developer.paypal.com/docs/integration/mobile/ios-integration-guide/
The paypal mobile sdk´s are deprecated and everybody should migrate to Braintree.
So, how can I open the PayPal app in my Braintree integration instead of Safari?

Express checkout payment in windows phone 8.1 and navigate from paypal site to my application

I am developing a shopping mobile application in windows phone 8.1 . I want to integrate paypal for payment . As i saw the paypal SDK is terminated from windows 8 and the available SDK's for mobile applications are only for ios and Android , i tried to integrate paypal using the express checkout API . I have integrated and have done the payment . Now my question is after the DoExpresscheckoutpayment API call i get a response back from the paypal and it is displayed on my screen . How can i get the response returned by paypal in my application to figure out if the transaction is success or failure ? after that i want to return back to my mobile application page from this paypal payment web page back to my mobile application last page. How can i achieve if anyone have done please help me . Or please update me any other better payment gateways than paypal express checkout .

Payment verification when new mobile SDK crashes

How can we verify a PayPal payment if the new mobile SDK crashes after the transaction AND before sending the proof of payment to the mobile application?
I can't find ways to solve this issue because we can't pass a CustomID to the SDK.
Thanks

Paypal redirect to mobile native apps

I am using Paypal checkout as payment gateway for my mobile web application and it works fine.
Now I am trying to create Mobile native app (android, ios, windows) using Phonegap and facing issue while redirecting Paypal back to my mobile app.
What URL should I give as RETURURL in case of mobile native app?
Is there any way I can return user back to the mobile native app?
Thanks for your help in advance. Have a great day.
Regards... Mehul Patel
You should probably use paypal native libraries ( ios / android ) for your native application.
http://paypal.github.io/
https://github.com/paypal/PayPal-iOS-SDK#paypal-ios-sdk
https://github.com/paypal/PayPal-Android-SDK#paypal-android-sdk

Buy ecommerce on web mobile

I have an iphone app and android app which are ecommerce "shops"
In these apps, I want to create a "web" view to enable the user to buy my products (i.e. clothes, ...) via Paypal web-mobile or Google Checkout web-mobile
Am I going against the terms and conditions ?
If yes : are there other solutions ?
Thank you
I think you should look at In-App billing. http://developer.android.com/guide/market/billing/index.html
This will enable users to purchase with their existing Google Checkout/Market accounts.
For web apps, have a look at Google In-App Payments (currently in developer-preview mode):
https://sites.google.com/site/inapppaymentsapi/
Mobile Express Checkout is PayPal’s
Express Checkout service tailored to
mobile devices. Mobile Express
Checkout screens are optimized for
webkit browsers for iPhone and
Android. It is easy to transition
your desktop checkout experience to
mobile devices. To help with this
transition PayPal has some best
practices you should review. These
suggestions can improve the user
experience and result it higher
conversion rates.
There is lot about mobile express checkout
https://www.x.com/blogs/Sidney/2011/04/15/mobile-express-checkout-quick-start
As well as lot about this payment gatway and sample code
https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_ECOnMobileDevices
https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/library_code