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
Related
I'm building an app where the user can purchase an item. The payment is handled by Stripe and Klarna on a website opened with url_launcher.
My question is how to properly return the user to the app after the purchase is successful. Stripe allows a return_url to be passed which could be a Firebase dynamic link that opens the app. Would this work since the website could possibly have been launched in a in-app browser? Or is it just better to use a WebView and monitor the url for the success one?
Any other thoughts are appreciated.
I think you can solve this using Deep Links.
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?
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 .
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 ?
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