Kurt, you are using the CFX if the code sample you sent was your working
version.   Is this the case?

Heath

-----Original Message-----
From: Kurt Ward [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 05, 2001 8:44 AM
To: CF-Talk
Subject: RE: CFX CyberCash Question....


Kevin,

I use the CF_ CyberCash tag with no problems as follows:

<CFX_CYBERCASH
VERSION="3.2"
CCPS_SSL_HOST = "https://cr.cybercash.com/cgi-bin/"
CCPS_HOST = "http://cr.cybercash.com/cgi-bin/"
CYBERCASH_ID = "#CybercashID#"
HASH_SECRET = "#Cybercash_Hash#"
MERCHANT_KEY="#Merchant_Key#"
MO_ORDER_ID="#GetOrder.ID#"
MO_VERSION="3.2.0.2"
MO_PRICE="usd #GetOrder.Amount#"
CPI_CARD_NUMBER="#GetOrder.CardNo#"
CPI_CARD_EXP="#GetOrder.ExpDate#"
CPI_CARD_NAME="#GetOrder.NameOnCard#"
OutputPOPQuery="Transaction">

If I'm not mistaken, the cybercash test info you are using is fine as long
as you do NOT use an existing order ID in their system.  Make the order
number
something you know will be unique to you (ie, kvntest001 for example).
Also, I think you will have to increment the order id after you use it.

Kurt

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 05, 2001 7:55 AM
To: CF-Talk
Subject: Re: CFX CyberCash Question....



If this is the same tag that I am using from Allaire, the CCPS_Host should
not have all the HTML Code in it.  Ours looks like this CCPS_HOST
="http://cr.cybercash.com/cgi-bin/"

Hope that helps.

Vance Duke
Cold Fusion Application Developer
i2 Technologies
(469) 357-4729




                    "Don Kiggins"
                    <don270@home.        To:     CF-Talk
<[EMAIL PROTECTED]>
                    com>                 cc:
                                         Subject:     Re: CFX CyberCash
Question....
                    01/05/01
                    03:43 AM
                    Please
                    respond to
                    cf-talk






Never used the tag, but I would guess that you need to use single
quotes for the <a href='  '>

CCPS_HOST="<A
HREF="http://cr.cybercash.com/cgi-bin/">http://cr.cybercash.com/cgi-bi
n/</A>"

HTH


----- Original Message -----
From: <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, January 05, 2001 3:27 AM
Subject: CFX CyberCash Question....


> Ok Basically I am trying to get this darn tag to work, yet I am
using the
> "Test" modes that are supposed to be used with real testing data,
yet I still
> get an error back "faliure-hard"  is there anything that I am doing
wrong????
>
> thanks
>
> Kevin
>
>
> <CFX_CYBERCASH
> VERSION="3.2"
> CCPS_HOST="<A
HREF="http://cr.cybercash.com/cgi-bin/">http://cr.cybercash.com/cgi-bi
n/</A>"
> CYBERCASH_ID="test-mck"
> MERCHANT_KEY="key-test-mck"
> MO_ORDER_ID="1234567890"
> MO_VERSION="3.2.0.2"
> MO_PRICE="usd 12.34"
> CPI_CARD_NUMBER="4111111111111111"
> CPI_CARD_EXP="01/99"
> CPI_CARD_NAME="John Doe"
> CPI_CARD_ADDRESS="11th Street"
> CPI_CARD_CITY="Seattle"
> CPI_CARD_STATE="WA"
> CPI_CARD_ZIP="98119"
> CPI_CARD_COUNTRY="USA"
> OutputPOPQuery="pop"
> >
>
>
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to