Java web app with Paypal - where to put signature? -
i need integrate paypal in java web app (jsf). make api call in sample app in rest-api-sdk-0.7.0. when replace credentials (clientsecret,clientid) in sdk_config.properties own sandbox, error:
severe: error code : 401 response : {"error":"invalid_client","error_description":"invalid client credentials"} this happend when trying access token. client id , secret correct. tested curl , got ack=success. related fact, signature not used? should put signature?
what should consider too, when going live? part changing service.endpoint?
thanks
i using wrong credentials: classic test api credentials! right credentials rest api credentials. badly managed in developer website! under applications u see "my apps" , "sandbox accounts". expect find in "sandbox accounts".
Comments
Post a Comment