I should add some information to this...

First is that we Auth the transaction first. Then when it ships do a
delayed capture...  The credit card info comes from a custom tag I wrote
(ManageCC).

The PNResponse query is what the CFX_PFPRO tag returns.

> 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/cf-talk@houseoffusion.com/
> > 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
>
>


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

______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to