【发布时间】:2016-12-08 03:06:21
【问题描述】:
https://developer.paypal.com/docs/api/payments.payouts-batch/#payouts_create
示例代码: https://github.com/paypal/PayPal-Python-SDK/blob/master/samples/payout/create.py
为什么create() 返回 False?我该如何解释原因?
更新:我能够获得此信息,但也无济于事:
ForbiddenAccess: Failed. Response status: 403. Response message: Forbidden. Error message: {"name":"AUTHORIZATION_ERROR","message":"Authorization error occurred","debug_id":"60e73559274d3","information_link":"https://developer.paypal.com/webapps/developer/docs/api/#AUTHORIZATION_ERROR"}
【问题讨论】:
标签: python paypal paypal-rest-sdk