1
votes

I have implemented the PayPal delayed chained payment for my website but I need to have the delay only be 3 days, not the default 90 days. Can someone please tell me if it's possible to modify the PHP script to indicate 3 days and if so tell me where in the code I make this indication.

Scenerio: seller posts, buyer pays but has 3 days to inspect the purchase product. If buyer is happy he can release the payment, if not happy he can indicate not to release the payment. If buyer performs no action the payment will auto release on the 3rd day.

Using chained payment because my site gets $1 of each purchase amount.

Please let me know if delayed chained payment is the way to go with this scenario or if there is a better option.

1

1 Answers

1
votes

With a delayed chained payment in place you can trigger the secondary payments at any time using the ExecutePayment API.