1.01
[Business-OnlinePayment-BankOfAmerica.git] / README
1 Copyright (c) 2001 Ivan Kohler.  All rights reserved.
2 This program is free software; you can redistribute it and/or modify it under
3 the same terms as Perl itself.
4
5 This is Business::OnlinePayment::BankOfAmerica, a Business::OnlinePayment
6 backend module for Bank of America eStores.  It is only useful if you
7 have a merchant account with Bank of America eStores:
8 http://www.bofa.com/merchantservices/index.cfm?template=merch_ic_estores_ov.cfm
9
10 This module implements the interface documented in:
11
12 http://www.bankofamerica.com/merchantservices/index.cfm?template=merch_ic_estores_developer.cfm
13
14 The settlement API is documented at
15 https://manager.bamart.com/welcome/SettlementAPI.pdf
16
17 It based on Business::OnlinePayment::AuthorizeNet written by Jason Kohles.
18
19 There are additional tests in t2/ that may be useful to you once you have a
20 merchant_id, login and password.
21
22 Ivan Kohler <ivan-bofa@420.am>
23
24 Business::OnlinePayment is a generic interface for processing payments through
25 online credit card processors, online check acceptance houses, etc.  (If you
26 like buzzwords, call it an "multiplatform ecommerce-enabling middleware
27 solution").