Paypal 付款项目的状态为 "blocked" - 如果有后续工作流程是什么?

Paypal payout item has status "blocked" - What is the subsequent workflow if any?

我们目前正在尝试使用 Paypal REST 创建支付系统 API。 因此我们需要使用Paypal指定的Payout API

有一个部分描述了不同的状态和 return 支付项可以具有的代码:click here

我不清楚的是:

BLOCKED - The item is blocked.

问题是:

  1. 如果付款项的状态为 "blocked",这是否意味着付款将被取消并将钱 return 转给我们(作为帐户所有者),或者这是否意味着,钱已经寄出,我们的部分支付成功,因此完成了吗?
  2. 有没有后续的工作流程?例如:状态 "blocked" 会在一段时间后更改为例如 "returned",就像一个月后 "unclaimed" 支出发生的那样吗?
  1. If a payout item has the state "blocked", does this mean, that the payout will be canceled and the money returned to us - as account owners - or does it mean, that the money was send and our part of the payout was successful and therefore finished?

据我所知,不会发送钱,事实上,不会调用支付服务器,因为 PayPal 会 运行 在调用支付服务器之前先进行风险检查。

  1. Are there any subsequent workflows? For example: will the state "blocked" be changed after some time to for example "returned", like it happens with "unclaimed" payouts after a month?

答案同(1)。不会调用支付服务器,因此不会从收款人账户发送任何款项。