[ic] Unknown charge type: authorizenet

Patrick J. Walsh interchange-users@interchange.redhat.com
Tue Dec 11 20:37:00 2001


> From: "John Beima" <jbeima@palb.com>
> ...
> Two small errors acount... Well you are at the first and you would shortly
> discover the second...
>
> You forgot the variable:
>
> AUTHNET_MODE custom authorizenet
>
> Then you need to leave AUTHNET_REFERER blank and don't configure
> any URLs in your AuthorizeNet Tools Area...

John,

    Thank you for your response.  I removed all of the URL's from our
Authorize.Net account and adjusted the two variables you mentioned:

AUTHNET_MODE    custom authorizenet
AUTHNET_REFERER    <blank>

    but, alas, I still get the "Unknown charge type: authorizenet" error in
the error log and the more generic "Charge operation 'authorizenet' failed."
error on the checkout page.

    Any other ideas?

..Patrick


> Quoting "Patrick J. Walsh" <pwalsh@dyna-q.com>:
>
> >     I really hate to start a new authorizenet thread, so let me
> > apologize in
> > advance for that.
> >
> >     We're using IC 4.8.2, RH 6.2, Perl 5.6.1 with Crypt::SSLeay and
> > LWP::UserAgent properly installed.  interchange.cfg has the appropriate
> > 'Require module Vend::Payment::AuthorizeNet' in it and interchange has
> > been
> > HUP'ed.
> >
> >     Even so, our test authorizenet transactions are failing.  The error
> > log
> > gives this error:   "Unknown charge type: authorizenet"
> >
> >     (We've adapted the Foundation demo for our uses and as such the
> > order
> > routes and such are the default for the foundation demo.)
> >
> >     Here are the vars you are likely interested in:
> >
> > MV_PAYMENT_MODE    authorizenet
> > MV_DEMO_MODE    1
> > AUTHNET_ID    <id>
> > AUTHNET_REFERER    <referer>
> > AUTHNET_SECRET    <pass>
> > AUTHNET_SERVER    secure.authorize.net
> > ORDER_ROUTES    log main copy_user
> > PAYGATE authorize
> >
> >     This is on a hosted machine, so I can't enable debugging in
> > interchange.cfg.  Does anyone know what the likely cause of this error
> > might
> > be?  I have certainly walked through a ton of documentation and mailing
> > list
> > suggestions.  But I haven't seen reference to this specific error, nor
> > have
> > I found a way around it yet.
> >
> >     I'll report back to the list if I find something.  Any tips would be
> > greatly appreciated.
> >
> > PS - I'm not sure what PAYGATE is, but the wizard added it and I thought
> > it
> > best to leave it alone.
> >