Automatic Paypal Payments from a Website

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Paul Arnold
Forum Contributor
Posts: 141
Joined: Fri Jun 13, 2008 10:09 am
Location: Newcastle Upon Tyne

Automatic Paypal Payments from a Website

Post by Paul Arnold »

Hi chaps.
I'm building a website for a client where people can list old textbooks they own, a buyer can then purchase the book at which time payment goes to the website's Paypal account.
I'm then setting up a cron job so that after 7 days the amount paid minus commission is sent to the seller's paypal account.
This gives the buyer time to mark a book as not having been received (open a dispute) and payment will not be sent to the seller.

What I need to do is find a way to send payment to the seller, minus the commission, automagically through the CRON job.
Does anyone know if this is possible through cURL say?
Post Reply