标签: python paypal paypal-sandbox
在我的Python应用程序中,我使用paypalrestsdk与PayPal API通信。
我使用sync_mode=True创建支出,因此我没有得到payout_batch_id或payout_item_id的回应。我只有sender_item_id和sender_batch_id。 在某些情况下,付款的状态为“待处理”或其他状态。如何取消这些付款? sender_item_id或sender_batch_id进行的PayoutItem查找失败。
sync_mode=True
payout_batch_id
payout_item_id
sender_item_id
sender_batch_id