I'm trying to use the paypal mobile sdk. I've put my client id, and I test this sample app in sandbox mode. But when I click on the button to pay, the app is loading for about 1 minute and then I have this error in the logcat :
Any idea?
It was because I tested with a false credit card number
Related
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 using PayPal Standard in sandbox environment for subscriptions. But, when I try to go through the payment screens after clicking on Subscribe button, I find that the PayPal pages are not optimized for mobile screens. So, I decided to enable Mobile PayPal Payments Standard, but cannot find a way to do so in sandbox environment.
Question : How to enable Mobile PayPal Payments Standard in sandbox environment? I logged into Paypal with the seller account and tried to find some option under Profile tab but could not find anything to turn this feature on.
Below is a screen shot of how PayPal login page looks on iPhone 6, which clearly is not optimized for mobile.
Also, when I went to following URL: https://www.sandbox.paypal.com/us/webapps/mpp/paypal-payments-standard, I found that pages are mobile-optimized but actually they are not as I tested on my mobile device. So, I think PayPal is confusing readers or giving wrong information or there is something missing in their docs. You can see a screen shot below where PayPal confirms mobile-friendly pages.
Merchants that are integrated with the “Donate”, “Add to Cart”, or “Subscribe” buttons will not benefit from the mobile optimized experience at all at this time. Their customers will continue to go through the current payment experience on mobile devices.
Refer this link for more information about the Mobile PayPal payment Standard: https://developer.paypal.com/docs/classic/products/mobile-paypal-payments-standard/
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 .
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
i have a application in Appstore which worked well. But from few days i am not getting any payments but orders only. So i downloaded the sample app and new sdk from paypal and used my sandbox accounts to test it. But when i run those using my client_id and email its having Error call Platform Error in my device and in simulator its saying System error.
I attached the screen shot of the error here
can any one please say whats the error ? .. is it mine or paypal .