We use Payflow pro on our site and it comes with a Custom Tag for CF.


<CFX_PAYMENTNET HostAddress="payflow.verisign.com" HostPort="443"
TimeOut="30" 
PARTNER="intuit" VENDOR="YOURACCOUNTNAME" USER="YOURACCOUNT" 
PWD="YOURACCOUNTPASS" TRXTYPE="S" TENDER="C" ACCT="#CreditCardNumber#" 
EXPDATE="#ExpDate#" AMT="#Cost#" ZIP="#CardPostal#" DEBUG>
<!--- Open the response query here.  Query attribute    --->
<!--- should be set to "PNResponse".                    --->
<CFOUTPUT Query="PNResponse">

<!--- look for the name/value pair "Result". If         --->
<!--- "Result" is equal to 0, we have a successful      --->
<!--- transaction                                       --->
<CFIF #Name# IS "Result">
        <CFIF #Value# IS "0">
                <CFSET RC = "0">
        </CFIF>
</CFIF>
</cfoutput>

The tag is an API and will need to be installed.

Rick

-----Original Message-----
From: Hamm, Greg [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 06, 2003 2:55 PM
To: CF-Talk
Subject: Payment Gateway 

Anybody have recommendations regarding a payment gateway, that easily
integrates with Coldfusion? Preferably (if possible) to have reoccurring
billing.

I've been looking at Payflow Pro from Verisign, 2checkout, and some
others.

Tips? Tricks? Pre-written code ;) 

Is Verisign worth the $$$?

thanks

Greg Hamm
Partner
Coreillia Development
[EMAIL PROTECTED]
http://www.coreillia.com

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to