Automatic Paypal Payments from a Website
Posted: Thu Aug 20, 2009 9:45 am
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?
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?