e3fffa872a0d6e1a79e23e0b7f9d4821f4a5672e
[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, an Bank of America-specific
6 backend module for Business::OnlinePayment.  It implements the interface
7 documented in
8
9 http://www.bankofamerica.com/merchantservices/index.cfm?template=merch_ic_estores_developer.cfm
10
11 The settlement API is documented at
12 https://manager.bamart.com/welcome/SettlementAPI.pdf
13
14 It based on Businss::OnlinePayment::AuthorizeNet written by Jason Kohles.
15
16 There are additional tests in t2/ that may be useful to you once you have a
17 merchant_id, login and password.
18
19 Ivan Kohler <ivan-bofa@420.am>
20
21 Business::OnlinePayment is a generic interface for processing payments through
22 online credit card processors, online check acceptance houses, etc.  (If you
23 like buzzwords, call it an "multiplatform ecommerce-enabling middleware
24 solution").