执行延迟链式支​​付,部分执行许多次要接收者之一

时间:2022-05-03 20:17:51

We have a situation, where sender will do digital goods(services) from multiple provider, but sender do the payment in one transaction in delayed chained payment mode, so initially primary receiver will receive all money.

我们有一种情况,即发件人将从多个提供商处进行数字商品(服务),但发件人在延迟链式支​​付模式的一次交易中进行支付,因此最初主要接收者将收到所有钱。

Now the primary receiver will have to execute payment to send money to the secondary receivers. However in our case, we have to pay only one receiver at a time. But Execute API, will pay to all the receivers at once.

现在主要接收者必须执行付款以将钱汇到次要接收者。但是在我们的情况下,我们一次只需要支付一个接收器。但Execute API会立即支付给所有接收者。

Is there any other way, so that we can execute part of the payment of that transaction to particular receiver.

有没有其他方式,以便我们可以执行该交易的部分支付给特定的接收者。

Thanks

1 个解决方案

#1


With a delayed chained payment there is no way to pay secondary receiver(s) individually at different intervals.

使用延迟链式支​​付,无法以不同的间隔单独支付次要接收者。

You could do what you're saying, though, by ditching the delayed chained payment method altogether and using another method. For example, if you just use a regular checkout method (Payments Standard, Express Checkout, etc.) and let the money go to a primary account, then you could use build separate Pay requests from the primary to a secondary receiver at any time you want to. You could do the same thing using MassPay, too.

但是,你可以通过完全放弃延迟链式支​​付方法并使用其他方法来做你所说的。例如,如果您只是使用常规结账方式(付款标准,快速结账等)并将资金转到主帐户,那么您可以随时使用从主服务器到辅助接收者构建单独的付款请求想要。你也可以使用MassPay做同样的事情。

#1


With a delayed chained payment there is no way to pay secondary receiver(s) individually at different intervals.

使用延迟链式支​​付,无法以不同的间隔单独支付次要接收者。

You could do what you're saying, though, by ditching the delayed chained payment method altogether and using another method. For example, if you just use a regular checkout method (Payments Standard, Express Checkout, etc.) and let the money go to a primary account, then you could use build separate Pay requests from the primary to a secondary receiver at any time you want to. You could do the same thing using MassPay, too.

但是,你可以通过完全放弃延迟链式支​​付方法并使用其他方法来做你所说的。例如,如果您只是使用常规结账方式(付款标准,快速结账等)并将资金转到主帐户,那么您可以随时使用从主服务器到辅助接收者构建单独的付款请求想要。你也可以使用MassPay做同样的事情。