RE: [cfaussie] Australian Payment Gateways - recommendations?

2010-05-24 Thread Dmitry Yakhnov
Hi Mike,

 

+1 to eWay and/or NetRegistry, http://www.netregistry.com.au/

 

Best regards,

Dmitry.

 

---

Yakhnov Studio,   www.yakhnov.info

  _  

From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On Behalf
Of Mike Kear
Sent: Monday, May 24, 2010 11:24 AM
To: cfaussie
Subject: [cfaussie] Australian Payment Gateways - recommendations?

 

It's a while since I last set up a payment gateway for my clients.  I have
to do another one and I'm updating my research on them.Does anyone have
any recommendations?  Are any of them particularly ColdFusion-friendly?  (I
dont want to have to deal with one like i did years ago with Commonwealth
Bank who told me they dont support ColdFusion because it's not a significant
technology)

 

At this stage I'm not asking about cost structure - that's the easy part to
research.   I'm asking about the other factors.

 

Here's what we need: 

 

Non-bank - if we deal with a third party gateway, we can change banks and
not have a huge problem

Reasonably intelligent support people who know at least something about
coldfusion

Can handle transactions on their own site, but still make the pages look
like our site

Is speed a factor or are they all pretty much the same in terms of
processing speed?

Are there any other non-cost factors I should take into account nowdays?

 

 

I have used Camtech in the past, and they are definitely a possibility.
Does anyone have any recommendations for any others that they think are
better than Camtech?



-- 
Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month

-- 
You received this message because you are subscribed to the Google Groups
"cfaussie" group.
To post to this group, send email to cfaus...@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaus...@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] Australian Payment Gateways - recommendations?

2010-05-23 Thread Dale Fraser
http://www.eway.com.au/

 

Regards

Dale Fraser

 

http://dale.fraser.id.au

http://cfmldocs.com  

http://learncf.com

http://flexcf.com

 

From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On Behalf
Of Mike Kear
Sent: Monday, 24 May 2010 11:24 AM
To: cfaussie
Subject: [cfaussie] Australian Payment Gateways - recommendations?

 

It's a while since I last set up a payment gateway for my clients.  I have
to do another one and I'm updating my research on them.Does anyone have
any recommendations?  Are any of them particularly ColdFusion-friendly?  (I
dont want to have to deal with one like i did years ago with Commonwealth
Bank who told me they dont support ColdFusion because it's not a significant
technology)

 

At this stage I'm not asking about cost structure - that's the easy part to
research.   I'm asking about the other factors.

 

Here's what we need: 

 

Non-bank - if we deal with a third party gateway, we can change banks and
not have a huge problem

Reasonably intelligent support people who know at least something about
coldfusion

Can handle transactions on their own site, but still make the pages look
like our site

Is speed a factor or are they all pretty much the same in terms of
processing speed?

Are there any other non-cost factors I should take into account nowdays?

 

 

I have used Camtech in the past, and they are definitely a possibility.
Does anyone have any recommendations for any others that they think are
better than Camtech?



-- 
Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month

-- 
You received this message because you are subscribed to the Google Groups
"cfaussie" group.
To post to this group, send email to cfaus...@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaus...@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Australian Payment Gateways - recommendations?

2010-05-23 Thread m...@ampersand.net.au




I usually go with eway - you just submit XML to it
using cfhttp. Here's my code for doing a test (sorry for the length of
this everyone else).

    
    
                    
    
                
    
    
    
    ">
    #variables.ewayCustomerID#">
    #form.ewayTotalAmount#">
    #form.ewayCustomerFirstName#">
    #form.ewayCustomerLastName#">
    #form.ewayCustomerEmail#">
    #form.ewayCustomerAddress#">
    #form.ewayCustomerPostcode#">
    #form.ewayCustomerInvoiceDescription#">
    #form.ewayCustomerInvoiceRef#">
    #form.ewayCardHoldersName#">
    #form.ewayCardNumber#">
    #form.ewayCardExpiryMonth#">
    #form.ewayCardExpiryYear#">
    #form.ewayTrxnNumber#
">
    #form.ewayCVN# ">
    #form.ewayOption1#">
    #form.ewayOption2#">
    #form.ewayOption3#">
    ">
    
    
    
    
        "https://www.eway.com.au/gateway/xmltest/TestPage.asp"
method="post" resolveurl="no">
    
    
    
        "https://www.eway.com.au/gateway/xmlpayment.asp" method="post"
resolveurl="no">
    
    
    
    
    
    
    
    
    
    
    


On 24/05/2010 11:23 AM, Mike Kear wrote:
It's a while since I last set up a payment gateway for my
clients.  I have to do another one and I'm updating my research on
them.    Does anyone have any recommendations?  Are any of them
particularly ColdFusion-friendly?  (I dont want to have to deal with
one like i did years ago with Commonwealth Bank who told me they dont
support ColdFusion because it's not a significant technology)
  
  
  At this stage I'm not asking about cost structure - that's the
easy part to research.   I'm asking about the other factors.
  
  
  Here's what we need: 
  
  
  Non-bank - if we deal with a third party gateway, we can change
banks and not have a huge problem
  Reasonably intelligent support people who know at least
something about coldfusion
  Can handle transactions on their own site, but still make the
pages look like our site
  Is speed a factor or are they all pretty much the same in terms
of processing speed?
  Are there any other non-cost factors I should take into account
nowdays?
  
  
  
  
  I have used Camtech in the past, and they are definitely a
possibility.  Does anyone have any recommendations for any others that
they think are better than Camtech?
  
  
-- 
Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
  http://afpwebworks.com
ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month
  
-- 
You received this message because you are subscribed to the Google
Groups "cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.






-- 
You received this message because you are subscribed to the Google Groups "cfaussie" group.
To post to this group, send email to cfaus...@googlegroups.com.
To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.