I have a requirement to implement a payment scenario, where there is one sender and multiple receivers. I need to do that in recurring manner. Basically I need to do chained payment recursively using PayPal.
I have tried to implement recursive payment manually. But it is not possible as we need authentication token, that is not possible with cron job or something.
Any help would be great.
Thank you.