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
Provisioning UniPay Profile
Parent:
Provisioning Profile
Added On:
10/12/16
SQL Table:
PROVISIONING_UNI_PAY_PROFILE
Module:
UniCharge
Type:
Entity
Status:
Active
Java Class:
ProvisioningUniPayProfile
Represents information about UniPay provisioning profile.
Available Fields:
Configuration Code
Fee Template Code
Merchant ID
Notify URL
Password
Portfolio ID
Profile ID
Profile Type
Reseller ID
User Name
Configuration Code
Added On:
10/12/16
SQL Column:
CONFIGURATION_CODE
Java Field:
configurationCode
Status:
Active
SQL Type:
varchar(255)
Java Type:
String
Attributes:
Code of the configuration assigned to the profile.
Fee Template Code
Added On:
10/12/16
SQL Column:
FEE_TEMPLATE_CODE
Java Field:
feeTemplateCode
Status:
Active
SQL Type:
bigint(20)
Java Type:
Long
Attributes:
Code of fee template assigned to the profile.
Merchant ID
Added On:
10/12/16
SQL Column:
MERCHANT_ID
Java Field:
merchantId
Status:
Active
SQL Type:
int(11)
Java Type:
Integer
Attributes:
Identifier of the merchant associated with the profile.
Notify URL
Added On:
10/12/16
SQL Column:
NOTIFY_URL
Java Field:
notifyUrl
Status:
Active
SQL Type:
varchar(255)
Java Type:
String
Attributes:
URL where the result of the transaction is delivered. The format of the callback to this URL is for Sale, Sale-Auth, Credit, Credit-Auth or Tokenization response.
Password
Added On:
10/12/16
SQL Column:
PASSWORD
Java Field:
password
Status:
Active
SQL Type:
varchar(20)
Java Type:
String
Attributes:
Password of the user assigned to the record.
Portfolio ID
Added On:
10/12/16
SQL Column:
PORTFOLIO_ID
Java Field:
portfolioId
Status:
Active
SQL Type:
int(11)
Java Type:
Integer
Attributes:
Identifier of the portfolio associated with the profile.
Profile ID
Added On:
05/16/17
SQL Column:
PROFILE_ID
Java Field:
profileId
Status:
Active
SQL Type:
varchar(15)
Java Type:
String
Attributes:
Identifier of the onboarding profile that can be associated with a particular reseller.
Profile Type
Added On:
10/12/16
SQL Column:
PROFILE_TYPE
Java Field:
profileType
Status:
Active
SQL Type:
varchar(30)
Java Type:
String
Attributes:
Type of the processor's profile used for provisioning.
Reseller ID
Added On:
10/12/16
SQL Column:
RESELLER_ID
Java Field:
resellerId
Status:
Active
SQL Type:
varchar(50)
Java Type:
String
Attributes:
Identifier of the reseller associated with the profile.
User Name
Added On:
10/12/16
SQL Column:
USER_NAME
Java Field:
userName
Status:
Active
SQL Type:
varchar(50)
Java Type:
String
Attributes:
Name of the user assigned to the record.