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
Post a Comment