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
Bank Code
Added On:
10/26/23
SQL Table:
BANK_CODE
Module:
UniCore
Type:
Entity
Status:
Active
Java Class:
BankCode
List of banks by country.
Available Fields:
Bank Name
Code
Country Code
Routing Number
Bank Name
Added On:
10/26/23
SQL Column:
BANK_NAME
Java Field:
bankName
Status:
Active
SQL Type:
varchar(80)
Java Type:
String
Attributes:
Max Length:80
Pattern:
NAME
Name of the bank.
Code
Added On:
10/26/23
SQL Column:
CODE
Java Field:
code
Status:
Active
SQL Type:
int(11)
Java Type:
Integer
Identifier / Primary Key
Attributes:
Pattern:
NUMERIC
Unique identifier of the bank.
Country Code
Added On:
10/26/23
SQL Column:
COUNTRY_CODE
Java Field:
countryCode
Status:
Active
SQL Type:
varchar(2)
Java Type:
String
Attributes:
Pattern:
ALPHA
Country code of the bank.
Routing Number
Added On:
10/26/23
SQL Column:
ROUTING_NUMBER
Java Field:
routingNumber
Status:
Active
SQL Type:
varchar(11)
Java Type:
String
Attributes:
Pattern:
ALPHANUMERIC
Routing number of the bank.