I am using spinin/phonegap-paypal plugin for my phonegap android app. I downloaded the plugin, integrated with the mobile app, then tried using the payment on sandbox mode. I was able to do the payment till yesterday. But suddenly it has stopped working. From my app I am able to login to the Paypal account and go to the dashboard, but when I click on 'Send Payment' , I get an error- 'Payment Failed: System Error, Please try again later '. Can anyone please tell me what must be going wrong? Alteast can any one let me know what are the possible reasons for this to happen, so that I can check each of the points on code level.
Thanks in advance.
Related
I am integrating Paypal using my Sandbox account.
My integration is working when using my PayPal account but when using sandbox, it showed below error:
When form is submit so that time this error is occurs.
Error: Error Processing Payment
We’re sorry, we can’t complete your payment now. Please try again later.
I have already tried to make simple html code posted but sandbox is not working. So what's the problem? Please send me any idea.
My sandbox paypal id is a business account.
So please tell me what is wrong?
It might be of your browser cookies or cache issue, clear-up everything and for better results try using the upgraded version of Chrome or FF.
Cheers!
I'am new to the paypal (rest) api but got a simple example to work in the sandbox. Now today it suddenly stopped working, throwing a
401 when accessing https://api.sandbox.paypal.com/v1/oauth2/token
And at least I am not aware (neither is git!) of ANY code changes.
Now I'm logged into the paypal developer dashboard and in the section "My Apps & Credentials" scrolled down to "REST API apps" where I have one app called "test". When I click on it to see the details it says:
Something went wrong. Your sandbox app details could not be fetched.
You can try again or you can fetch your live app details.
I can create new apps but with their credentials it also ends up in the 401. I tried to delete the test app but it says
Application test could not be deleted
Can anybody explain this to me an then maybe lead me to a understandable tutorial on how to go live? The resources provided by paypal really confuse me.
Can you create a new sandbox business US account and retry again?
In the developer portal, can you check if the sandbox account is successfully created or is it showing an error "Something when wrong..."?
You may check this by clicking Profile tab under the sandbox email in developer portal.
I want to create app_id for paypal integration into my android app.I have created account in paypal and login at https://developer.paypal.com/.but i am unable to see applications tab and also when i click on dashbord it is showing an error "This Web Page Not Availabe".Please help me.
We are currently facing issues with Sandbox Environment. It is under a high priority to get it fixed, and should be resolved soon.
I am developing a mobile commerce application in Appcelerator Titanium and using Paypal as my payment gateway. I am using the Paypal's Express Checkout mechanism and doing all the Paypal interaction stuff in php scripts and calling those scripts through xhr object. My php scripts are working perfectly in the browser and payment is done displaying the thank you message, BUT when I try to call the php scripts from the app it redirects to paypal sandbox page displaying the message "Please login to use sandbox features" and nothing else.I am stuck here and can't do any advancement. It is to be noted that I am already logged in to sandbox through my sandbox account? I've spent so much time on searching this problem but couldn't get it working. Please help me what I am doing wrong here? I really need your help. Any help in this regard will be appreciated. Thanks in advance.
Have you tried using the PayPal module on the Appcelerator Marketplace? It's much easier to integrate and it's free:
https://marketplace.appcelerator.com/apps/780?693288467
I want to integrate WePay payment gateway for my site. I have download SDK from www.wepay.com and integrate it as the API tutorial given in WePay, i am done till account creation and API call, but stuck in checkout page. My checkout page goes blank, i am not able to find what the actual problem is?
If anybody is familiar with WePay payment gateway then, please help me out from this problem.
I would suggest you to start with trying to get a decent error message. You can check what they mean here. Use the developer tools like the network tab in Chrome, or Firebug to see how the requests are send and what errors are sending back. An API call is based on an HTTP request so is easy to monitor. It can be that the user is not good or the token or a million other things.