|
NAMEDancer2::Plugin::Interchange6::Business::OnlinePayment - Interchange6 wrapper for Business:OnlinePayment CONFIGURATIONConfiguration for AuthorizeNet provider: plugins:
Interchange6:
payment:
default_provider: AuthorizeNet
providers:
AuthorizeNet:
login: <API Login ID>
password: <Transaction Key>
If you use a test account, please add the following parameters: test_transaction: 1
server: test.authorize.net
ATTRIBUTESproviderPayment provider. provider_argsPayment provider settings, like login and password. payment_orderPayment order object. is_successTrue if the payment was successful, false otherwise. authorizationReturns authorization code from provider after a successful payment. order_numberReturns unique order number from provider after a successful payment. error_codeReturns error code in case of payment failure. error_messageReturns error message in case of payment failure. METHODSchargePerforms charge transaction with payment provider. AUTHORStefan Hornburg (Racke), <racke@linuxia.de> LICENSE AND COPYRIGHTCopyright 2012-2016 Stefan Hornburg (Racke) <racke@linuxia.de>. This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License. See http://dev.perl.org/licenses/ for more information.
|