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
Notification Webhook
Added On:
10/06/22
SQL Table:
NOTIFICATION_WEBHOOK
Module:
UniCharge
Type:
Entity
Status:
Active
Java Class:
NotificationWebhook
Available Fields:
Id
Is Active
Owner Cl
Owner Code
Password
Url
User Name
Id
Added On:
10/06/22
SQL Column:
ID
Java Field:
id
Status:
Active
SQL Type:
bigint(20)
Java Type:
Long
Identifier / Primary Key
Attributes:
Unique notification webhook ID generated by the system.
Is Active
Added On:
01/12/23
SQL Column:
IS_ACTIVE
Java Field:
isActive
Status:
Active
SQL Type:
tinyint(1)
Java Type:
Boolean
Attributes:
Default:true
Owner Cl
Added On:
10/06/22
SQL Column:
OWNER_CL
Java Field:
ownerCl
Status:
Active
SQL Type:
varchar(1)
Java Type:
String
References
User Classifier
Attributes:
Required
Owner Code
Added On:
10/06/22
SQL Column:
OWNER_CODE
Java Field:
ownerCode
Status:
Active
SQL Type:
int(11)
Java Type:
Integer
Attributes:
Required
Password
Added On:
10/06/22
SQL Column:
PASSWORD
Java Field:
password
Status:
Active
SQL Type:
varchar(100)
Java Type:
String
Attributes:
Max Length:100
Pattern:
PASSWORD
Url
Added On:
10/06/22
SQL Column:
URL
Java Field:
url
Status:
Active
SQL Type:
varchar(255)
Java Type:
String
Attributes:
Required, Max Length:255
Pattern:
URL
User Name
Added On:
10/06/22
SQL Column:
USER_NAME
Java Field:
userName
Status:
Active
SQL Type:
varchar(60)
Java Type:
String
Attributes:
Max Length:60
Pattern:
USERNAME