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.
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.
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.
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.
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.
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).
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.
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).
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.
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).
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).
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.
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.
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.
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.