just make sure to put a cflock around the cfx tag.

Anthony Petruzzi
Webmaster
954-321-4703
http://www.sheriff.org


-----Original Message-----
From: Tony Schreiber [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 28, 2002 3:39 PM
To: CF-Talk
Subject: Re: VeriSign PayFlow Configuration/Sample Code


here's what I use:

                                <CFX_PFPRO
HostAddress="payflow.verisign.com" HostPort="443" TimeOut="30"
                                 TRXTYPE="A" VENDOR="username"
USER="username" PWD="username" TENDER="C" PARTNER="VeriSign"
                                 ACCT="#ManageCC.Num#"
EXPDATE="#ManageCC.Exp#" AMT="#total#" ZIP="#Billing.Zip#">

                                <CFOUTPUT Query="PNResponse">
                                        <CFSET "PF_#Name#" = Value>
                                </CFOUTPUT>

                                <CFIF PF_Result EQ "0">
                                        <CFSET TransactionID = PF_PNRef>
                                        <!--- Queries --->
                                        <CFINCLUDE
TEMPLATE="inc_placeorder.hmn">
                                        <CFSET StoreStatus = "Order
Placed">
                                <CFELSEIF PF_Result EQ "-1">
                                                <CFSET StoreStatus =
"There was a problem accessing the credit card processor. Please try again
in a few minutes.">
                                <CFELSE>
                                        <CFSET StoreStatus = "There was an
error talking to the credit card processor [#PF_RespMSG#]. Please contact
the administrator.">
                                </CFIF>

> Can anybody point me at some ColdFusion-specific
> documentation and sample code on setting up and
> using VeriSign's PayFlow credit card payment
> system?
>
> Thanks in advance
>
> Joe Tartaglia
> High Caliber Systems
> 212-684-5553
> http://www.HighCaliber.com
> FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
> Archives: http://www.mail-archive.com/[email protected]/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
>


Tony Schreiber, Senior Partner                  Man and Machine, Limited
mailto:[EMAIL PROTECTED]                   http://www.technocraft.com

http://www.simplemessageboard.com ___Free Forum Software for Cold Fusion
http://www.is300.net ___________The Enthusiast's Home of the Lexus IS300
http://www.digitacamera.com ______________DigitA Camera Scripts and Tips
http://www.linklabexchange.com _____________Miata Link ECU Data Exchange


______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to