【发布时间】:2021-04-11 04:01:44
【问题描述】:
不知道如何进行。一目了然,我提供了My apps & credentials 下的所有访问权限。但不知何故无法获得应该为我提供此Access your PayPal transactional data 的这些范围。
https://uri.paypal.com/services/shipping/trackers/read
https://uri.paypal.com/services/shipping/trackers/readwrite
完整范围列表:
export PAYPAL_URL="https://www.sandbox.paypal.com"
export PAYPAL_SCOPE="openid email profile https://uri.paypal.com/services/disputes/read-seller https://uri.paypal.com/services/disputes/update-seller
https://uri.paypal.com/services/reporting/search/read https://uri.paypal.com/services/shipping/trackers/read https://uri.paypal.com/services/shipping/trackers/readwrite"
【问题讨论】:
-
不确定您从哪里得到可以请求这些范围的想法,但您需要成为 PayPal 合作伙伴才能将交易搜索作为第三方使用,并且可能其他范围也受到限制跨度>
-
谢谢@PrestonPHX,它可以解释为什么我无法通过该范围。我从这个应用程序video 中获取了那个范围样本。到目前为止,这只是对
services/shipping/trackers的投诉。其余范围正在通过。
标签: paypal paypal-sandbox