Documentation
for developers and administrators
Home
APIs
Processing
Billing
Management
Webhooks
Manuals
Terminology
User Guides
User Interface Reference
How-To Tutorials
Lessons
Data Dictionaries
UniCore
UniCharge
UniBill
Build
Properties Definition
Resources (Directory Structure)
Zip and Country Codes
Development
Log Files
Permissions
JNDI Names
Job Queues
Reference Materials
Supported Providers (Banks & Networks)
UniPay Codes & Code Mappings
Integrated 3rd Party Libraries
Diagrams and Documents
Entire website
This section only
Retail Authorize Net Profile
Parent:
Retail Profile
Added On:
11/24/12
SQL Table:
RETAIL_AUTHORIZE_NET_PROFILE
Module:
UniCharge
Type:
Entity
Status:
Active
Java Class:
RetailAuthorizeNetProfile
Encapsulates Authorize.Net specific settings required for real-time transaction processing. Adds Authorize.Net specific fields to the base fields of
Billing Profile
and
Retail Profile
.
Available Fields:
Is Test Mode
Login Card Not Present
Login Card Present
Tran Key Card Present
Tran Key Not Card Present
Is Test Mode
Added On:
11/24/12
SQL Column:
IS_TEST_MODE
Java Field:
isTestMode
Status:
Active
SQL Type:
tinyint(1)
Java Type:
Boolean
Attributes:
Default:false
Indicates that this transaction should be processed in test mode, when it is handled by the processor.
Login Card Not Present
Added On:
12/11/12
SQL Column:
LOGIN_CARD_NOT_PRESENT
Java Field:
loginCardNotPresent
Status:
Active
SQL Type:
varchar(20)
Java Type:
String
Attributes:
Login Card Present
Added On:
11/24/12
SQL Column:
LOGIN_CARD_PRESENT
Java Field:
loginCardPresent
Status:
Active
SQL Type:
varchar(20)
Java Type:
String
Attributes:
Tran Key Card Present
Added On:
11/24/12
SQL Column:
TRAN_KEY_CARD_PRESENT
Java Field:
tranKeyCardPresent
Status:
Active
SQL Type:
varchar(50)
Java Type:
String
Attributes:
Tran Key Not Card Present
Added On:
12/11/12
SQL Column:
TRAN_KEY_NOT_CARD_PRESENT
Java Field:
tranKeyNotCardPresent
Status:
Active
SQL Type:
varchar(50)
Java Type:
String
Attributes: