Authorize.net does recurring payments. I've found their post back
system to be kind of iffy and the company, overall, to be really
irritating.

My next implementation of recurring payments is going to utilize
stored credit card profiles at the payment gateway (most gateways
support this at this point) and then do all of the calendar recurring
logic locally, submitting one time payments with the stored profile
information. This will allow you to do some useful things like choose
a start date for a payment or change which day the payment occurs on
as well as provide different periods, like twice a month as opposed to
every week.

Authorize.net does have an api for recurring payments however, so I'd
take a look.

Judah

On Fri, Sep 18, 2009 at 2:23 PM, Alan Rother <alan.rot...@gmail.com> wrote:
>
> Hey All,
> A little off topic, but I usually get good advice here...
>
> I need to pick an online payment vendor for a project that will having a
> recurring payment model (month subscriptions).
>
> I've used PayFlowPro in the past, but are there any other good options? Last
> time I checked Google Checkout they still didn't offer recurring payments.
>
> Anyhow, just looking for options and advice
>
> =]
>
> --
> Alan Rother
> Adobe Certified Advanced ColdFusion MX 7 Developer
> Manager, Phoenix Cold Fusion User Group, AZCFUG.org
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326442
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to