automatic paypal payment processing using php and cron
Thursday, September 18th, 2008I have a bunch of customers with different requirements who can add and drop services at anytime. For every 30 day interval my cron script made using php will check for the services and bill the customer accordingly.
1. Will i be able to process such payments in cron through paypal?
2. If yes. Then if the customer is having a paypal account with the same credit card details on my server, then will i be able to process the payment? (Because, usually paypal always reports that the credit card used for the payment is already registered with a paypal account).
Post your responses in the comments section below
Thanks