[ic] Unknown charge type: authorizenet

Patrick J. Walsh interchange-users@interchange.redhat.com
Tue Dec 11 16:34:01 2001


    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.