Page 1 of 1

PayPal API 400 Bad Request

Posted: Tue Apr 21, 2015 8:53 am
by Kat Gutierrez

Hello,

I have been working on an app and using the paypal plugin tutorial you created and used with everyone's input of the update... Everything seems to be working in my application as far as code I believe but for some reason every time I press my checkout button, it gets only as far as getting the Authorization Access Token... I don't know why it stops. I have cleared cookies and cache...here is an image of what I am receiving from Chrome's dev tools. Image


PayPal API 400 Bad Request

Posted: Tue Apr 21, 2015 5:46 pm
by Serhii Kulibaba

Hello,

Please send us the full server response.


PayPal API 400 Bad Request

Posted: Tue Apr 21, 2015 7:50 pm
by Kat Gutierrez

PayPal API 400 Bad Request

Posted: Tue Apr 21, 2015 7:52 pm
by Kat Gutierrez

its running the "service_paypal_payment" before send but not the success...


PayPal API 400 Bad Request

Posted: Thu Apr 23, 2015 2:35 am
by Kat Gutierrez

I ended up solving the issue I had but I am very confused for the description... is there an updated template? I currently am using this code...

var sReturn = ' ';
sReturn +="Card Type: "+ ('giftcard_type');
sReturn +="Card Amount: "+ ('nPrice');
return sReturn;

but once I get to paypal, it gives no description or price for the user to checkout with!

Any help on that?


PayPal API 400 Bad Request

Posted: Thu Apr 23, 2015 9:00 pm
by Serhii Kulibaba

It looks like you didn't fill PayPal_Settings with your data. Did you?


PayPal API 400 Bad Request

Posted: Thu Jan 07, 2016 10:01 pm
by Mark MB

I am having the same exact problem with Error 400. How did you end up fixing it?
Tnx.