2017-09-23 200 views
1

在我的服務器端,我剛開始通過AngelEye PHP SDK接收自適應付款API的積極響應,以實現延遲鏈接付款,該付款持有基本資金接收機長達90天分散到二級接收機帳戶。PayPal自適應付款API - 延遲鏈接付款(PHP,JavaScript)

在客戶端,我重定向用戶使用由我的JSON編碼的API響應返回的RedirectURL簽出。所以最糟糕的情況已經結束了,但我不明白PayPal通過'明確執行付款給次要接收者'

是否明確意味着我必須登錄到我的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. 
+0

嗨!你應該發佈你的解決方案作爲答案並接受它,以便其他人可以看到你的問題已經解決,特別是如果你自己解決它:) – glennsl

回答

0

解決

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. 

PayKey + ExecutePayment =回答!