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
Batch Processing Policy Classifier
Added On:
04/18/15
SQL Table:
BATCH_PROCESSING_POLICY_CLASSIFIER
Module:
UniCore
Type:
Classifier
Status:
Active
Java Class:
BatchProcessingPolicyClassifier
Enumerates possible values for batch processing policy.
Allows to select policy for batch processing if a validation file was generated by the system.
Available Values:
AF - All Or Fail
Added On:
04/18/15
Status:
Active
If there was at least one valid transaction, validate file should be generated and the main request file would be not processed at all.
AV - Any Valid
Added On:
04/18/15
Status:
Active
Any valid transaction in a request file will be processed. Any invalid one will be placed into the validation file. Therefore, all invalid transactions from the validation file will have to be re-processed as a separate file afterwards.