Module: AuthorizeNet
- Defined in:
- lib/authorize_net.rb
Defined Under Namespace
Modules: ValidationMode Classes: Address, Api, CreditCard, CustomerProfile, DataObject, ErrorHandler, Exception, PaymentProfile, Request, Response, Transaction, Util
Constant Summary collapse
- URI =
"https://api2.authorize.net/xml/v1/request.api"
- TEST_URI =
"https://apitest.authorize.net/xml/v1/request.api"
- XML_SCHEMA =
"AnetApi/xml/v1/schema/AnetApiSchema.xsd"
- XML_HEADER =
"<?xml version=\"1.0\" encoding=\"utf-8\"?>"
- RESULT_OK =
"Ok"
- RESULT_ERROR =
"Error"