java - Paypal - When I verify a mobile payment, it returns HTTP 404 error -


i'm trying integrate paypal on android. after payment successfully, server-to-server call verify payment. (refer https://developer.paypal.com/docs/integration/mobile/verify-mobile-payment/) however, if using following command in linux test, returns 404 error. change {accesstoken} right value. miss why 404 error. use http testing tool (http://www.hurl.it/), same result. can give me tip ?

curl https://api.sandbox.paypal.com/v1/payments/payment/pay-5yk922393d847794yker7mui \  -h "content-type: application/json" \  -h "authorization: bearer {accesstoken}" 


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -