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
Retail Spindle Profile
Parent:
Retail Profile
Added On:
10/02/13
SQL Table:
RETAIL_SPINDLE_PROFILE
Module:
UniCharge
Type:
Entity
Status:
Active
Java Class:
RetailSpindleProfile
Encapsulates Spindle specific settings required for real-time transaction processing. Adds Spindle specific fields to the base fields of
Billing Profile
and
Retail Profile
.
Available Fields:
Address1
Address2
CID
City
Country
Merchant ID
Merchant Name
Password
Phone
Postal Code
Private Key
SID
State
Username
Address1
Added On:
10/02/13
SQL Column:
ADDRESS1
Java Field:
address1
Status:
Active
SQL Type:
varchar(255)
Java Type:
String
Attributes:
The contact address of the primary/owner of merchant account.
Address2
Added On:
10/02/13
SQL Column:
ADDRESS2
Java Field:
address2
Status:
Active
SQL Type:
varchar(255)
Java Type:
String
Attributes:
The contact address of the primary/owner of merchant account. This line is optional for additional address information.
CID
Added On:
10/02/13
SQL Column:
CID
Java Field:
cid
Status:
Active
SQL Type:
varchar(50)
Java Type:
String
Attributes:
Your Spindle CID. This will be assigned to you.
City
Added On:
10/02/13
SQL Column:
CITY
Java Field:
city
Status:
Active
SQL Type:
varchar(30)
Java Type:
String
Attributes:
The contact address city of the primary/owner of merchant account.
Country
Added On:
10/02/13
SQL Column:
COUNTRY
Java Field:
country
Status:
Active
SQL Type:
varchar(2)
Java Type:
String
Attributes:
The Country of the merchant assigned to MID (Merchant ID).
Merchant ID
Added On:
10/02/13
SQL Column:
MERCHANT_ID
Java Field:
merchantId
Status:
Active
SQL Type:
varchar(50)
Java Type:
String
Attributes:
The newly generated Merchant ID.
Merchant Name
Added On:
10/02/13
SQL Column:
MERCHANT_NAME
Java Field:
merchantName
Status:
Active
SQL Type:
varchar(50)
Java Type:
String
Attributes:
The name of the merchant assigned to MID (Merchant ID).
Password
Added On:
10/02/13
SQL Column:
PASSWORD
Java Field:
password
Status:
Active
SQL Type:
varchar(50)
Java Type:
String
Attributes:
Your Spindle Password.
The password of the primary user/owner of merchant account.
Phone
Added On:
10/02/13
SQL Column:
PHONE
Java Field:
phone
Status:
Active
SQL Type:
varchar(10)
Java Type:
String
Attributes:
The phone number of the merchant company. The phone number must be sent in this format ###-###-#### (hyphens are not required).
Postal Code
Added On:
10/02/13
SQL Column:
POSTAL_CODE
Java Field:
postalCode
Status:
Active
SQL Type:
varchar(5)
Java Type:
String
Attributes:
The contact address postal code of the primary/owner of merchant account (ZIP Code).
Private Key
Added On:
10/02/13
SQL Column:
PRIVATE_KEY
Java Field:
privateKey
Status:
Active
SQL Type:
varchar(255)
Java Type:
String
Attributes:
The private key of the account created for merchant. Only apples to eCommerce accounts, otherwise null. Private Key is encrypted using the private key of the account calling the BoardMerchant function.
SID
Added On:
10/02/13
SQL Column:
SID
Java Field:
sid
Status:
Active
SQL Type:
varchar(50)
Java Type:
String
Attributes:
Your Spindle SID. This will be assigned to you.
SID must be stored internally from the calling web/terminal/mobile device for later use. SID must be passed at all times.
State
Added On:
10/02/13
SQL Column:
STATE
Java Field:
state
Status:
Active
SQL Type:
varchar(2)
Java Type:
String
Attributes:
The contact address state of the primary/owner of merchant account.
Username
Added On:
10/02/13
SQL Column:
USERNAME
Java Field:
username
Status:
Active
SQL Type:
varchar(20)
Java Type:
String
Attributes:
Your Spindle Username.
Username of the user trying to generate a session attempt.