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
Reprocessing Profile
Added On:
02/13/12
SQL Table:
REPROCESSING_PROFILE
Module:
UniCharge
Type:
Entity
Status:
Active
Java Class:
ReprocessingProfile
Response codes used by the system for financial transactions.
Provider
specific response codes are mapped into system response codes. The object also defines processing behavior for the codes.
Note: this object will be renamed in the short future.
Available Fields:
Id
Is Account Updater Enabled
Is Rebill Enabled
Provider Type CL
Response Code
Response Message
Response Type
Id
Added On:
02/13/12
SQL Column:
ID
Java Field:
id
Status:
Active
SQL Type:
bigint(20)
Java Type:
Long
Identifier / Primary Key
Attributes:
Unique, Required
Identifier of the object used for references; auto-incremented integer value.
Is Account Updater Enabled
Added On:
02/13/12
SQL Column:
IS_ACCOUNT_UPDATER_ENABLED
Java Field:
isAccountUpdaterEnabled
Status:
Active
SQL Type:
tinyint(1)
Java Type:
Boolean
Attributes:
Default:true
Indicates whether the account updater is enabled for the profile.
Is Rebill Enabled
Added On:
02/13/12
SQL Column:
IS_REBILL_ENABLED
Java Field:
isRebillEnabled
Status:
Active
SQL Type:
tinyint(1)
Java Type:
Boolean
Attributes:
Default:false
Indicates whether decline reprocessing mechanism is enabled or not.
Provider Type CL
Added On:
02/13/12
SQL Column:
PROVIDER_TYPE_CL
Java Field:
providerTypeCl
Status:
Active
SQL Type:
varchar(3)
Java Type:
String
References
Provider Type Classifier
Attributes:
Enumerates possible values of provider type.
Response Code
Added On:
02/13/12
SQL Column:
RESPONSE_CODE
Java Field:
responseCode
Status:
Active
SQL Type:
varchar(5)
Java Type:
String
Attributes:
Gateway generated response code.
Response Message
Added On:
02/13/12
SQL Column:
RESPONSE_MESSAGE
Java Field:
responseMessage
Status:
Active
SQL Type:
varchar(255)
Java Type:
String
Attributes:
Gateway generated response message.
Response Type
Added On:
02/13/12
SQL Column:
RESPONSE_TYPE
Java Field:
responseType
Status:
Active
SQL Type:
varchar(9)
Java Type:
String
References
Response Type Classifier
Attributes:
Type of the response.