沙盒账户是否需要通过 PayPal 添加付款?

Do Sandbox Accounts need to have Payouts added to them by PayPal?

在我的 Paypal 开发人员仪表板“我的帐户”页面上,我看到沙盒帐户的支出有一个绿色的小复选标记,而真实帐户的'Enable'。但是当我登录到沙盒帐户本身并转到批量付款时,它告诉我我需要联系 Paypal 才能启用此服务。

这与付款不同吗?如果是,我是否需要为沙盒帐户启用它?还是已经为沙盒帐户启用了?

我正在尝试调用此沙盒帐户上的付款 API,但出现授权错误。

干杯

更新

这是令牌请求的范围:

https://uri.paypal.com/services/invoicing https://uri.paypal.com/services/vault/payment-tokens/read https://uri.paypal.com/services/disputes/read-buyer https://uri.paypal.com/services/payments/realtimepayment https://uri.paypal.com/services/disputes/update-seller https://uri.paypal.com/services/payments/payment/authcapture openid https://uri.paypal.com/services/disputes/read-seller Braintree:Vault https://uri.paypal.com/services/payments/refund https://api.paypal.com/v1/vault/credit-card https://api.paypal.com/v1/payments/.* https://uri.paypal.com/services/reporting/search/read https://uri.paypal.com/payments/payouts https://uri.paypal.com/services/vault/payment-tokens/readwrite https://api.paypal.com/v1/vault/credit-card/.* https://uri.paypal.com/services/subscriptions https://uri.paypal.com/services/applications/webhooks

响应错误

这是我打电话时得到的回复...

{"name":"AUTHORIZATION_ERROR","message":"Authorization error occurred.","debug_id":"7c7330885dfd7","information_link":"https://developer.paypal.com/docs/api/payments.payouts-batch/#errors","links":[]} 

事实证明,您似乎确实需要联系 PayPal 的技术支持以请求为沙盒帐户启用付款。以前不是这样的。

更重要的是实时帐户所有者联系 PayPal 的业务支持以请求该功能,因为如果无法批准实时使用,则在沙盒模式下集成某些内容毫无意义。