MiniVend Akopia Services

[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date ][Minivend by thread ]

Re: [mv] Authorize.Net Docs?



We have been working on and have just recently finished a new module system
for minivend to handle online processing of cards.
The system was written with Authorize.net in mind but is adaptable to handle
other systems, and other payment methods. In addition it can also be setup
up to use different processors once other modules are written.

How to setup the module & a link to download from CPAN can be found at:
http://www.infinite-monkeys.net/minivend/Business_onlinepayment_module.html

or the basics are below.

To set it up just download it read the install instructions included in the
module.
Then just add these lines to your catalog.cfg:

# Business::OnlinePayment settings
Variable PAYMENT_PROCESSOR AuthorizeNet
Variable PAYMENT_LOGIN login
Variable PAYMENT_PASSWORD password
CreditCardAuto No
CyberCash Yes

And on your checkout page you have to add a select box for card type:

<SELECT NAME="mv_credit_card_type" SIZE="1">
<OPTION VALUE="">Select Credit Card</OPTION>
<OPTION VALUE="VISA" [selected mv_credit_card_type VISA]>Visa</OPTION>
<OPTION VALUE="MASTERCARD" [selected mv_credit_card_type
MASTERCARD]>MasterCard</OPTION>
<OPTION VALUE="AMEX" [selected mv_credit_card_type AMEX]>American
Express</OPTION>
<OPTION VALUE="DISCOVER" [selected mv_credit_card_type
DISCOVER]>Discover</OPTION>
</SELECT>

That should do it.

The readme file:

****************************************************************************
*
* Copyright (c) 1999 Jason Kohles. All rights reserved. This program is free
*
* software; you can redistribute it and/or modify it under the same terms as
*
* Perl itself.
*
****************************************************************************
*

Business::OnlinePayment is a generic interface for processing payments
through
online credit card processors, online check acceptance houses, etc.  (If you
like buzzwords, call it an "multiplatform ecommerce-enabling middleware
solution").

IMPORTANT: Business::OnlinePayment only defines the frontend interface to
the
system, in order to use it you also need to have at least one backend
processing module installed, the processors supported are listed below along
with the types of transactions supported.

Currently supported processors and transaction types include:

    AuthorizeNet 2.5 (http://www.authorize.net/)
    Business::OnlinePayment::AuthorizeNet
        VISA MASTERCARD AMEX DISCOVER



<>< <>< <>< <><
Brian Kohles
Brian@MediaBANG.com
><> ><> ><> ><>



----- Original Message -----
From: Tev Kaber <tev@acadia.net>
To: <minivend-users@minivend.com>
Sent: Thursday, September 30, 1999 10:43 AM
Subject: [mv] Authorize.Net Docs?


> ******    message to minivend-users from Tev Kaber <tev@acadia.net>
******
>
> I've been sifting through past posts regarding using Authorize.Net with
> MiniVend, but there doesn't seem to be any definitive answers as to how to
> get it to work.
>
> Some people say you have to pay $15,000 for some kind of SSL module,
others
> say they got it to work fine.
>
> Has anyone written an easy-to-follow, step-by-step guide to using
> Authorize.Net with MiniVend?  I have a client who wants it, and is willing
> to pay double if I can get it working quickly...
>
> Any help would be great!
>
>
>
> +-------------------------+
> | Tev Kaber, Web Designer |
> |       AcadiaNet         |
> |  http://www.acadia.net  |
> +-------------------------+
> -
> To unsubscribe from the list, DO NOT REPLY to this message.  Instead, send
> email with 'UNSUBSCRIBE minivend-users' in the body to
Majordomo@minivend.com.
> Archive of past messages: http://www.minivend.com/minivend/minivend-list




Search for: Match: Format: Sort by: