paypal rest api credential via oauth

时光毁灭记忆、已成空白 提交于 2020-01-06 07:14:11

问题


I'm using paypal's rest API

https://developer.paypal.com/webapps/developer/docs/api/

Whenever I use API to fetch orders etc I need a id and secret key to request access token. Then I can fetch them.

I'm thinking is there anyway to get the id and secret key via OAuth? Just like storenvy.com does. They connect with paypal login. Then fetches the orders / transactions.

Any idea?


回答1:


Sorry didn't notice this question until now - this is currently not possible. What we intend to support in the near future is a way to obtain an Oauth access token from a merchant so you can make API calls on-behalf of them. No need to share API credentials. This is not yet available but will be available hopefully soon.



来源:https://stackoverflow.com/questions/15852629/paypal-rest-api-credential-via-oauth

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!