Search code examples
phppaypalchained-payments

setup a chained payment on paypal with php


I give up. I am trying to set up a chained payment on my site (done in php) and I am struggling a lot. Is there a good tutorial, example or could anyone advice me how to set up basics of paypal chained payment in php? I need to set up headers and make a pay call and I can not achieve even that.

Thanks in advance

Ondrej


Solution

  • My PHP class library for PayPal will make this very simple for you. Take a look at it, read through the short documentation, and then take a look in the /samples folder. It includes a chained payment sample.