Ambika P5280138
Posts: 0
Joined: Mon Jan 05, 2015 5:45 am

Paypal API issue in Appery io

Hi,
Im working on online transaction app. so I used Paypal API and I integrate Paypal in my app token service its work and payment service response not return its shows error on
{
"status":500,
"uri":"https://api.sandbox.paypal.com/v1/pay...",
"response":"
}

I follow the below video:
http://maxkatz.org/2014/06/13/quickly...

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Paypal API issue in Appery io

Hi Ambika,

Please open browser debugger on network tab, then make logic to send this request again and find in debugger this service request.

After, please make screen shots where we can see all request headers and request parameters, and response.

Also may be you have fixed this problem here?: https://getsatisfaction.com/apperyio/...

If so - please follow that single thread.

Regards.

Ambika P5280138
Posts: 0
Joined: Mon Jan 05, 2015 5:45 am

Paypal API issue in Appery io

Hi,

Authorization as header and query string.

Payer and transaction as object parameter but request tab have 2 column parameter name and value, now Appery support String, Number , Array and Object.

Image

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Paypal API issue in Appery io

Hi Ambika,

thanks for this update.

Regards.

Ambika P5280138
Posts: 0
Joined: Mon Jan 05, 2015 5:45 am

Paypal API issue in Appery io

Hi Yurii,

Give me any solution for this issue.

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Paypal API issue in Appery io

Hi Ambika,

As i can see you have correct status(200) this time:

http://prntscr.com/5pcnf1/direct

If you do not please give us your app public link and describe steps to reproduce this problem in your app.

Regards.

Ambika P5280138
Posts: 0
Joined: Mon Jan 05, 2015 5:45 am

Paypal API issue in Appery io

Hi

it return 200 but the response show validation error. I set the payer and intent parameter but it show require field missed. I dont know what i miss.

{
"status":400,
"uri":"https://api.sandbox.paypal.com/v1/pay...",
"response":{
"name":"VALIDATION_ERROR",
"details":[
{
"field":"payer",
"issue":"Required field missing"
},
{
"field":"intent",
"issue":"Required field missing"
}
],
"message":"Invalid request - see details",

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Paypal API issue in Appery io

Hi Ambika,

Please give us your app public link and describe steps to reproduce this problem in your app.

We will take a look.

Regards

Ambika P5280138
Posts: 0
Joined: Mon Jan 05, 2015 5:45 am

Paypal API issue in Appery io

Hi,

Please look on app link below
http://appery.io/app/mobile-frame?src...

click purchase link it open purchase page and purchase button on click invoke the token service, on success access_token value assign to local storage variable, I set default value for all parameter, transactions, payer, intent and redirect_urls.

Ambika P5280138
Posts: 0
Joined: Mon Jan 05, 2015 5:45 am

Paypal API issue in Appery io

Hi,

I can't resolve this issue kindly help me.

Return to “Issues”