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
EFT Optimal Payment Netbanx Batch
UML
Parent:
File Batch
Added On:
10/06/15
SQL Table:
EFT_OPTIMAL_PAYMENT_NETBANX_BATCH
Module:
UniCharge
Type:
Entity
Status:
Active
Java Class:
EftOptimalPaymentNetbanxBatch
Represents a batch of transactions as it is defined in EFT Optimal Payment Netbanx batch processing specification.
Available Fields:
Direct Debit System CL
Is Realtime Subscription
Merchant Account Number
Store ID
Store Pwd
Direct Debit System CL
Added On:
01/25/16
SQL Column:
DIRECT_DEBIT_SYSTEM_CL
Java Field:
directDebitSystemCl
Status:
Active
SQL Type:
varchar(1)
Java Type:
String
References
Direct Debit System Classifier
Attributes:
Represents the type of selected direct debit system.
Is Realtime Subscription
Added On:
01/06/16
SQL Column:
IS_REALTIME_SUBSCRIPTION
Java Field:
isRealtimeSubscription
Status:
Active
SQL Type:
tinyint(1)
Java Type:
Boolean
Attributes:
Default:false
Merchant Account Number
Added On:
11/04/15
SQL Column:
MERCHANT_ACCOUNT_NUMBER
Java Field:
merchantAccountNumber
Status:
Active
SQL Type:
varchar(10)
Java Type:
String
Attributes:
Account number of the merchant within the system.
Store ID
Added On:
01/06/16
SQL Column:
STORE_ID
Java Field:
storeId
Status:
Active
SQL Type:
varchar(80)
Java Type:
String
Attributes:
NETBANX store identifier, used to authenticate the request. It is defined by NETBANX and provided to the merchant as a part of the integration process.
Store Pwd
Added On:
01/06/16
SQL Column:
Java Field:
storePwd
Status:
Active
SQL Type:
Java Type:
String
Attributes:
Transient
NETBANX store password, used to authenticate the request. It is defined by NETBANX and provided to the merchant as a part of the integration process.