Re: Easy-to-develop recurring billing?

2007-09-04 Thread f g wenger
I've started using Billing Orchard for recurring billing.  It has an API and 
also a new feature called Checkout Pages where you can setup recurring billing 
(with a post back call on success).  Both are easy to code.

I used PayQuake.com for the merchant account/Authorize.net reseller.  They have 
a couple of low fee, low minimum plans for starters (rate is high, though).  
You can use any Authorize.net reseller.  The recurring billing (ARB) from 
Authorize.net is $10/mo.

http://www.billingorchard.com/default.cfm?pid=a2de1a17 is $19.99 for 250 
transactions/mo.  They also offer an interface to let users manage their 
subscription.

Pretty cool stuff. 


~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287768
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Easy-to-develop recurring billing?

2007-08-16 Thread Ryan Stille
This week I uploaded my cfc for dealing with Authorize.Net's recurring 
billing API.

http://AuthorizeNetRecurring.riaforge.org/

-Ryan

Josh Nathanson wrote:
 Authorize.net.

 There are several tags for it.
 

 Are there tags for recurring billing, or just the regular one-time 
 authorization?

 I know the Authorize.net API for recurring billing just debuted a couple of 
 months ago (they were horribly slow in putting it together), so I'd be 
 surprised if someone's already whipped up a CFC / UDF for it...if there is 
 one, give us a link!

 -- Josh 

   


~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finderproductID=1522loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286360
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Easy-to-develop recurring billing?

2007-08-16 Thread Josh Nathanson
 This week I uploaded my cfc for dealing with Authorize.Net's recurring
 billing API.

 http://AuthorizeNetRecurring.riaforge.org/

Crap, I just finished my CFC last week but hadn't posted it yet...

I had an issue where the Authnet service returns three junk characters at 
the beginning of the returned XML string, did you happen to run across that? 
Their tech said ColdFusion has bugs parsing XML.  I wrote back saying I 
think it's the Authnet service that's buggy, most XML parsers would choke on 
three ascii 65533 characters but I never heard back.  I had to remove them 
manually with a replace.

-- Josh 


~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286394
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Easy-to-develop recurring billing?

2007-08-16 Thread Mary Jo Sminkey
I know the Authorize.net API for recurring billing just debuted a couple of 
months ago (they were horribly slow in putting it together), so I'd be 
surprised if someone's already whipped up a CFC / UDF for it...if there is 
one, give us a link!

Glad to hear they finally implemented something. Did they do some announcement 
of this? Seems the only emails I get from them tend to be less useful 
information. 

While implementing some recurring billing features into the latest version of 
my software, I was particularly impressed with Shift4's tokenization technology 
which allows you to save a token in your application without any associated 
card data, which you can then resend to their API for rebilling the card,and 
allows for total flexibility and control on your end for how to control the 
rebilling. Very easy to use without the typical security issues. 

--- Mary Jo



~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286400
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Easy-to-develop recurring billing?

2007-08-16 Thread ColdFusion Developer
I have to second Payflow Pro ... I opted for that over Authorize.net because it 
supports payment history, allowing users to do an inquiry via the API and get a 
query set back with all the payments they made. In my research I never saw that 
Authorize allowed that and it was a sticking point for my clients.

Implementing Payflow Pro was a SNAP. They have really good documentation and 
you can just use the CFX_PayflowPro tag to send your info on through. Lots of 
options exist for various billing situations. The only drawback is the price 
for PFP is pretty high. 

~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finderproductID=1522loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286403
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Easy-to-develop recurring billing?

2007-08-16 Thread Josh Nathanson
I have to second Payflow Pro ... I opted for that over Authorize.net 
because it supports payment history, allowing
users to do an inquiry via the API and get a query set back with all the 
payments they made. In my research I never
saw that Authorize allowed that and it was a sticking point for my clients.

That sounds cool.  It seems Authorize.net is always behind the times.  I 
guess when you are the 800 pound gorilla you don't have to try as hard.

-- Josh 


~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286416
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Easy-to-develop recurring billing?

2007-08-16 Thread Ryan Stille
Josh Nathanson wrote:
 This week I uploaded my cfc for dealing with Authorize.Net's recurring
 billing API.

 http://AuthorizeNetRecurring.riaforge.org/
 

 Crap, I just finished my CFC last week but hadn't posted it yet...

 I had an issue where the Authnet service returns three junk characters at 
 the beginning of the returned XML string, did you happen to run across that? 
 Their tech said ColdFusion has bugs parsing XML.  I wrote back saying I 
 think it's the Authnet service that's buggy, most XML parsers would choke on 
 three ascii 65533 characters but I never heard back.  I had to remove them 
 manually with a replace.

 -- Josh 
   

Yes I did run into that.  Download the cfc and take a look at it if you 
are interested.  I also wrote a blog post about fixing those funny 
characters a few weeks ago:  
http://www.stillnetstudios.com/2007/07/09/coldfusion-xml-prolog-error/

-Ryan




~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286438
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Easy-to-develop recurring billing?

2007-06-27 Thread Matt Robertson
Whats the easiest gateway to deal with (as in program a solution
for... preferably something with a tag already developed) with respect
to setting up recurring payments?  Ideally it would support monthly
and weekly open-ended.  It would also have to support single
transactions.

Anyone have a favorite where code is available either at the Exchange
or from the gateway's support group?

-- 
[EMAIL PROTECTED]
Janitor, The Robertson Team
mysecretbase.com

~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade  see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:282382
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Easy-to-develop recurring billing?

2007-06-27 Thread Irvin Gomez
Authorize.net.

There are several tags for it.

Whats the easiest gateway to deal with (as in program a solution
for... preferably something with a tag already developed) with respect
to setting up recurring payments?  Ideally it would support monthly
and weekly open-ended.  It would also have to support single
transactions.

Anyone have a favorite where code is available either at the Exchange
or from the gateway's support group?

-- 
[EMAIL PROTECTED]
Janitor, The Robertson Team
mysecretbase.com

~|
Macromedia ColdFusion MX7
Upgrade to MX7  experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:282390
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Easy-to-develop recurring billing?

2007-06-27 Thread Rob O'Brien
Payflowpro is a good service that I used for an eCommerce solution a few years 
back. There's a CF tag floating around out there somewhere.

PayPal also offers a good SDK for CF7 that I've implemented to the point of a 
fully-operational demo, but haven't put it into production yet. It's on my 
forever-long TODO list.

Rob

-Original Message-
From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 27, 2007 3:59 PM
To: CF-Talk
Subject: RE: Easy-to-develop recurring billing?

Ive only used payflowpro and verisign for this. It was 

...:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com


-Original Message-
From: Matt Robertson [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 27, 2007 1:59 PM
To: CF-Talk
Subject: Easy-to-develop recurring billing?

Whats the easiest gateway to deal with (as in program a solution for...
preferably something with a tag already developed) with respect to setting
up recurring payments?  Ideally it would support monthly and weekly
open-ended.  It would also have to support single transactions.

Anyone have a favorite where code is available either at the Exchange or
from the gateway's support group?

--
[EMAIL PROTECTED]
Janitor, The Robertson Team
mysecretbase.com





~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:282398
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Easy-to-develop recurring billing?

2007-06-27 Thread Bobby Hartsfield
Ive only used payflowpro and verisign for this. It was 

..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com


-Original Message-
From: Matt Robertson [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 27, 2007 1:59 PM
To: CF-Talk
Subject: Easy-to-develop recurring billing?

Whats the easiest gateway to deal with (as in program a solution for...
preferably something with a tag already developed) with respect to setting
up recurring payments?  Ideally it would support monthly and weekly
open-ended.  It would also have to support single transactions.

Anyone have a favorite where code is available either at the Exchange or
from the gateway's support group?

--
[EMAIL PROTECTED]
Janitor, The Robertson Team
mysecretbase.com



~|
CF 8 – Scorpio beta now available, 
easily build great internet experiences – Try it now on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:282396
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Easy-to-develop recurring billing?

2007-06-27 Thread Matt Robertson
On 6/27/07, Irvin Gomez [EMAIL PROTECTED] wrote:
 Authorize.net.

 There are several tags for it.

Actually thats not correct unless I have been unable to find something
that is hiding.

Single billings are typically managed thru Auth.net's AIM interface.
And for that there are indeed several tags out there.  I have one of
running now and auth.net would be my preferred provider.

But my primary need is recurring billing, which is gotten to (at
auth.net, at least) via an entirely different API -- and they do not
provide any sort of sample code for that method.  Nor are there any
custom tags for it.

I wish it were as simple as just adding a parameter to their AIM protocol.

-- 
[EMAIL PROTECTED]
Janitor, The Robertson Team
mysecretbase.com

~|
ColdFusion MX7 and Flex 2 
Build sales  marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:282405
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Easy-to-develop recurring billing?

2007-06-27 Thread Mary Jo Sminkey
Authorize.net.

There are several tags for it.

Problem is, you have to manually set recurring billing up through your merchant 
area, there is no API to do it. There are really two ways to do recurring 
billing through the application, use a gateway that supports it through an API 
(PaymentOnline I believe is one that does for instance) or store the card data 
and use a scheduled transaction to do the rebilling yourself. If you don't want 
to store card data, an option is to use a processor like Shift4 that supports 
tokenization where you can rebill the card without storing the actual card 
number. 


Mary Jo Sminkey
http://www.cfwebstore.com
CFWebstore, ColdFusion E-commerce

~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade  see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:282406
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Easy-to-develop recurring billing?

2007-06-27 Thread Josh Nathanson
 Authorize.net.

 There are several tags for it.

Are there tags for recurring billing, or just the regular one-time 
authorization?

I know the Authorize.net API for recurring billing just debuted a couple of 
months ago (they were horribly slow in putting it together), so I'd be 
surprised if someone's already whipped up a CFC / UDF for it...if there is 
one, give us a link!

-- Josh 


~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:282409
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Easy-to-develop recurring billing?

2007-06-27 Thread Bobby Hartsfield
 pretty easy

..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com

-Original Message-
From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 27, 2007 4:59 PM
To: CF-Talk
Subject: RE: Easy-to-develop recurring billing?

Ive only used payflowpro and verisign for this. It was 

...:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com


-Original Message-
From: Matt Robertson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 27, 2007 1:59 PM
To: CF-Talk
Subject: Easy-to-develop recurring billing?

Whats the easiest gateway to deal with (as in program a solution for...
preferably something with a tag already developed) with respect to setting up 
recurring payments?  Ideally it would support monthly and weekly open-ended.  
It would also have to support single transactions.

Anyone have a favorite where code is available either at the Exchange or from 
the gateway's support group?

--
[EMAIL PROTECTED]
Janitor, The Robertson Team
mysecretbase.com





~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:282400
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4