PayPal自适应支付API-延迟链支付(PHP、JavaScript)

PayPal自适应支付API-延迟链支付(PHP、JavaScript),paypal,paypal-adaptive-payments,chained-payments,Paypal,Paypal Adaptive Payments,Chained Payments,在我的服务器端,我刚刚开始通过AngelEye PHP SDK收到Adaptive Payment API的积极响应,以实现延迟链式支付,该支付由主接收方持有资金长达90天,并分散到辅助接收方账户 在客户端,我使用JSON编码的API响应返回的重定向URL将用户重定向到签出。所以最糟糕的情况已经过去了,但我不明白贝宝所谓的“明确执行对次级接收者的支付”是什么意思 explicit是否意味着我必须登录我的PayPal,并在资金满足我设置的标准后,手动将资金支付到辅助收款人帐户?首先,我试图找出如何

在我的服务器端,我刚刚开始通过AngelEye PHP SDK收到Adaptive Payment API的积极响应,以实现延迟链式支付,该支付由主接收方持有资金长达90天,并分散到辅助接收方账户

在客户端,我使用JSON编码的API响应返回的重定向URL将用户重定向到签出。所以最糟糕的情况已经过去了,但我不明白贝宝所谓的“明确执行对次级接收者的支付”是什么意思

explicit是否意味着我必须登录我的PayPal,并在资金满足我设置的标准后,手动将资金支付到辅助收款人帐户?首先,我试图找出如何在延迟链支付中延迟链。一旦我(应用程序所有者)从辅助接收者(如跟踪号码)接收到条件,我是否可以让资金以某种方式自动发送到我的服务器上

延迟链式支付

By default, payments to all receivers in a chained payment are immediate. 
However, you can choose to delay a payment to a secondary receiver. For 
example, as primary receiver, you may require secondary receivers to perform 
some action, such as shipping goods or waiting for expiration of a return 
period, before making payment. To complete the payment, you must explicitly 
execute a payment to secondary receivers after the sender pays you. The 
payment must occur within 90 days, after which you cannot complete the payment 
as part of the original chained payment.

已解决

Step 4: Make a Payment to One or More Secondary Receivers

When the time comes to pay secondary receivers, call ExecutePayment, 
specifying the pay key from Step 1. For more information on this call, see 
the ExecutePayment API Operation.

When the time comes to pay secondary receivers, all secondary receivers must 
be paid at once.

支付钥匙+执行支付=回答

已解决

Step 4: Make a Payment to One or More Secondary Receivers

When the time comes to pay secondary receivers, call ExecutePayment, 
specifying the pay key from Step 1. For more information on this call, see 
the ExecutePayment API Operation.

When the time comes to pay secondary receivers, all secondary receivers must 
be paid at once.

支付钥匙+执行支付=回答

嗨!您应该将您的解决方案作为答案发布并接受它,以便其他人看到您的问题已经解决,特别是如果您自己解决了它:)嗨!您应该将您的解决方案作为答案发布并接受它,以便其他人看到您的问题已经解决,尤其是如果您自己解决了它:)