user2759251
user2759251

Reputation: 25

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

Upvotes: 1

Views: 4574

Answers (1)

Drew Angell
Drew Angell

Reputation: 26056

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.

Upvotes: 3

Related Questions