Auto Recurring Payment Proceesor

Zer0Day

Newbie
Joined
Aug 9, 2009
Messages
4
Reaction score
0
Any recommendations for Payment processor for recurring billing. I want to sell a product for $1, and sign people up for a subscription for $20. It will be clearly stated in the terms an conditions of coarse. I bought a product with plimus and the vendor signed me up for another at a different price after I asked him, but their was no checkout, it was like he used plimus to manually process the transaction. I've used PayPal, Plimus, CCNow, and 2CO, and now I'm trying to get a merchant accout from first data. So basically I'm trying to replicated those Teeth Whitening, Aciaberry biz model. Anyone who has actually done this?
 
Get a programmer to help write an online program for you to do this.
It should not cost much..probably under $100

I use authorize.net's Customer Information Manager (CIM) and a php class that allows me access the the cim api and add people for recurring payments.
Works perfectly.

http://authorize.net/solutions/merchantsolutions/merchantservices/cim/
http://www.phpclasses.org/browse/package/4310.html
 
So I think there would be a form with a check box for Terms and Conditions and the standard name, address, Credit Card info. The Submit would be like a buy it now since there is only one product. Info gets passed to the Merc/Gateway and it gets recorded in CIM. Than you use the PHP class to initiate a recurring charge for a different amount at a later date based on the Terms and Conditions they agreed to. So what do I ask a programmer for? The web form on the pitch page, and a private web form that uses the PHP class to interface with CIM? Should I go to elance for that? My programming skills are rusty, but I like to be able to read and follow code. Thanks for the info so far, I am following these leads.
 
Back
Top