[ic] CyberCash Error

Carol Blevins cblevins@sysr.com
Sun, 12 Nov 2000 09:32:52 -0500 (EST)


Jerry this worked like a charm! :)  Thank you so much.

Carol Blevins

**************************************
* It is a little known fact that the *
* Y1K bug caused the dark ages.      *
**************************************

On Sun, 12 Nov 2000, Jerry wrote:

> This is right out of my page that works.
> Maybe something with [if session] vs. [if data session]?
> Worth a try.
> 
> Jerry
> 
> [if session cybercash_error]
>   <table border="1" bordercolor="#ff0000" cellpadding="5">
> 
> <tr>
>        <td>
> 	   <font size="-1" face=arial color=black>
> 	   Your order could not be completed for the following reason:</font><br>
> 	   <font size="-1" face=arial color=red>
> 	   [data session cybercash_error]</font>
> 	   </td>
> </tr>
> </table>
> 
> > -----Original Message-----
> > From: interchange-users-admin@minivend.com
> > [mailto:interchange-users-admin@minivend.com]On Behalf Of Carol Blevins
> > Sent: Saturday, November 11, 2000 11:46 PM
> > To: interchange-users@minivend.com
> > Subject: RE: [ic] CyberCash Error
> >
> >
> > Thanx Jerry and Eric for your suggestions.  I set debug level in
> > merchant_conf to 30 and I saw my problem :)  So all is working between
> > Interchange and CyberCash.  I did try the tag below to get interchange to
> > report back the CyberCash error but to no avail.  I placed it in
> > checkout.html and if someone puts in bad CC info they are not told what
> > the problem is.
> >
> > Again thanx you guys :)
> >
> > Carol Blevins
> >
> > **************************************
> > * It is a little known fact that the *
> > * Y1K bug caused the dark ages.      *
> > **************************************
> >
> > On Sat, 11 Nov 2000, Eric Paul wrote:
> >
> > > [if data session cybercash_error]
> > > <FONT COLOR=__CONTRAST__>CyberCash reports [data session
> > > cybercash_error].</FONT>
> > > [/if]
> > >
> > > Eric
> > >
> > > At 10:57 AM 11/11/00, you wrote:
> > > >No.. the receipt page is generated after a cybercash approval.
> > > >Doing it prior to would require assigning an order number
> > > >and producing a receipt for a process that may be declined or
> > > >fail for any number of other reasons. Then these would have
> > > >to be backed out and the order(s) canceled.
> > > >
> > > >For what it's worth, in merchant_conf we had to set the debug
> > > >level to somewhere around 30 to have it produce enough error
> > > >information for us to run down the problem.
> > > >
> > > >I think there is also a IC tag that you can stick on the checkout
> > > >page to print whatever CyberCash returns. I don't, off the top of
> > > >my head remember what it is though.
> > > >
> > > >Jerry Uphoff
> > > >
> > > >
> > > >
> > > > > -----Original Message-----
> > > > > From: interchange-users-admin@minivend.com
> > > > > [mailto:interchange-users-admin@minivend.com]On Behalf Of
> > Carol Blevins
> > > > > Sent: Saturday, November 11, 2000 9:56 AM
> > > > > To: interchange-users@minivend.com
> > > > > Subject: RE: [ic] CyberCash Error
> > > > >
> > > > >
> > > > > I have turned on debug in both Minivend, and the CyberCash
> > PMs and am
> > > > > finding nothing.  Now correct me if I'm wrong (and I usally
> > am) but from
> > > > > reading the Documentation, CyberCash Info is not to be
> > processed until a
> > > > > receipt.html is generated.  But in my case CCard info for
> > transactions
> > > > > that are erroring out are being sent to the merchant's
> > Cybercash account.
> > > > >
> > > > > Any help or guidance is much appreciated.
> > > > >
> > > > > **************************************
> > > > > * It is a little known fact that the *
> > > > > * Y1K bug caused the dark ages.      *
> > > > > **************************************
> > > > >
> > > > > On Sat, 11 Nov 2000, Jerry wrote:
> > > > >
> > > > > > I had a problem exactly like this. I found, by turning on
> > > > > > lots of debugging, that there was an CreditCardAuto defined
> > > > > > further down in the catalog.cfg file I had missed seeing.
> > > > > > What was happening was IC was submitting the same order
> > > > > > twice. First one passed just fine, but the second failed
> > > > > > because of an attempt to process the same order twice.
> > > > > > The error didn't show anyplace but the debug file.
> > > > > > Hope this helps.
> > > > > >
> > > > > > Jerry Uphoff
> > > > > >
> > > > > > > -----Original Message-----
> > > > > > > From: interchange-users-admin@minivend.com
> > > > > > > [mailto:interchange-users-admin@minivend.com]On Behalf Of
> > > > > Carol Blevins
> > > > > > > Sent: Friday, November 10, 2000 11:51 PM
> > > > > > > To: interchange-users@minivend.com
> > > > > > > Subject: [ic] CyberCash Error
> > > > > > >
> > > > > > >
> > > > > > > Well beleive it or not just by reading the various posts and
> > > > > the PDF I've
> > > > > > > managed to get CyberCash running on one of my client's
> > sites.  Now the
> > > > > > > problem I'm having is when I am at the checkout and
> > have enterd all CC
> > > > > > > info, when I go to press submit it brings back the page
> > and says there
> > > > > > > was an error and that it will be shown below.  There is no
> > > > > error shown on
> > > > > > > the page nor on any of the logs.  Now when I go to
> > > >http://cr.cybercash.com
> > > > > > and login to the merchant's account the CC transaction is
> > there.  That
> > > >is
> > > > > > the only place it is showing up, not on the orders view
> > page, no emails.
> > > > > > Was there something I needed to change on checkout.html??
> >  BTW  this is
> > > > > > interchange4.6, CyberCash 3.3.0.
> > > > > >
> > > > > > In a nutshell:
> > > > > > Downloaded  MCK
> > > > > > Downloaded Minivend PMs for cybercash
> > > > > > Copied files needed to /usr/local/interchange/lib
> > > > > > Chowned minivend those files and merchant_conf which is located in
> > > > > > /usr/local/apache/cgi-bin/<Merchant-ID>conf/
> > > > > > Changed the catalog.cfg to enable CyberCash
> > > > > >
> > > > > > I must have overlooked something but can't figure out what.
> > > > > >
> > > > > > Thank You
> > > > > > Carol Blevins
> > > > > >
> > > > > > **************************************
> > > > > > * It is a little known fact that the *
> > > > > > * Y1K bug caused the dark ages.      *
> > > > > > **************************************
> > > > > >
> > > > > >
> > > > > > _______________________________________________
> > > > > > Interchange-users mailing list
> > > > > > Interchange-users@www.minivend.com
> > > > > > http://www.minivend.com/mailman/listinfo/interchange-users
> > > > > >
> > > > >
> > > > >
> > > > > _______________________________________________
> > > > > Interchange-users mailing list
> > > > > Interchange-users@www.minivend.com
> > > > > http://www.minivend.com/mailman/listinfo/interchange-users
> > > > >
> > > >
> > > >
> > > >_______________________________________________
> > > >Interchange-users mailing list
> > > >Interchange-users@www.minivend.com
> > > >http://www.minivend.com/mailman/listinfo/interchange-users
> > > >
> > > >
> > > >_______________________________________________
> > > >Interchange-users mailing list
> > > >Interchange-users@www.minivend.com
> > > >http://www.minivend.com/mailman/listinfo/interchange-users
> > >
> > > ---
> > > Eric Paul
> > > SpellBook Systems
> > > http://www.spellbook.net
> > >
> > >
> > > _______________________________________________
> > > Interchange-users mailing list
> > > Interchange-users@www.minivend.com
> > > http://www.minivend.com/mailman/listinfo/interchange-users
> > >
> >
> >
> > _______________________________________________
> > Interchange-users mailing list
> > Interchange-users@www.minivend.com
> > http://www.minivend.com/mailman/listinfo/interchange-users
> >
> 
> 
> _______________________________________________
> Interchange-users mailing list
> Interchange-users@www.minivend.com
> http://www.minivend.com/mailman/listinfo/interchange-users
>