paypal rest api credential via oauth

2019-08-28 04:23发布

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条回答
一纸荒年 Trace。
2楼-- · 2019-08-28 04:37

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.

查看更多
登录 后发表回答