First Data Token Transaction UML


Added On:  03/30/14 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  FirstDataTokenTransaction 
Represents tokenization transaction as it is defined in Trust Commerce's tokenization specification.
Added On:  06/15/16
SQL Column:  
Java Field:  accountNumber
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Contains the credit card account number which identifies the customer. The account number is left justified with trailing spaces.
Added On:  06/15/16
SQL Column:  
Java Field:  applicationId
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Identification number of the used application.
Added On:  04/16/14
SQL Column:  CLIENT_REF
Java Field:  clientRef
Status:  Active
SQL Type:  varchar(14)
Java Type:  String
Attributes:
Reference to the client.
Added On:  06/15/16
SQL Column:  
Java Field:  did
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Identifier of the merchant. Assigned by the processor.
Added On:  03/30/14
SQL Column:  DIVISION_NUMBER
Java Field:  divisionNumber
Status:  Active
SQL Type:  varchar(10)
Java Type:  String
Attributes:
Identifier of the merchant. Assigned by the processor.
Added On:  06/15/16
SQL Column:  
Java Field:  expirationDate
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Expiration date of the associated credit card.
Added On:  03/30/14
SQL Column:  FIRST_DATA_TOKEN_CODE
Java Field:  firstDataTokenCode
Status:  Active
SQL Type:  varchar(19)
Java Type:  String
Attributes:
Tokenized value of the merchant account number.
Added On:  03/30/14
SQL Column:  ID
Java Field:  id
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Identifier / Primary Key
Attributes: Unique, Required, CreateOnly, ReadOnly
Identifier of the object used for references; auto-incremented integer value.
Added On:  03/30/14
SQL Column:  MERCHANT_ACCOUNT_CODE
Java Field:  merchantAccountCode
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes: Required
Code of Merchant Account to which instance of this object is attributed to. Depending on the context, Merchant Account Code field may contain either Merchant Code or Merchant Account Code.
The field is primarily used for data partitioning and data management, to make it easy to determine the ownership of a record within the database.
Added On:  06/15/16
SQL Column:  
Java Field:  mid
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Identifier of the merchant. Assigned by the processor.
Added On:  03/30/14
SQL Column:  MOP
Java Field:  mop
Status:  Active
SQL Type:  varchar(2)
Java Type:  String
Attributes:
Method of Payment (MOP) associated with the transaction.
Added On:  03/30/14
SQL Column:  ORDER_NUMBER
Java Field:  orderNumber
Status:  Active
SQL Type:  varchar(22)
Java Type:  String
Attributes:
Order number associated with the transaction. Assigned by the merchant.
Added On:  03/30/14
SQL Column:  RESPONSE_DATE
Java Field:  responseDate
Status:  Active
SQL Type:  varchar(6)
Java Type:  String
Attributes:
Date when response message received from the processor was received.
Added On:  03/30/14
SQL Column:  RESPONSE_REASON_CODE
Java Field:  responseReasonCode
Status:  Active
SQL Type:  varchar(3)
Java Type:  String
Attributes:
Code of the response message recieved from the processor.
Added On:  06/15/16
SQL Column:  
Java Field:  svcid
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Specific identifier. Assigned by the processor.
Added On:  06/15/16
SQL Column:  
Java Field:  tid
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Identifier of the terminal. Assigned by the processor.
Added On:  03/30/14
SQL Column:  TOKEN_TRANSACTION_FK
Java Field:  tokenTransaction
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Token Transaction
Attributes:
Reference to the entity that represents token transaction information.
Added On:  03/30/14
SQL Column:  TOKEN_TYPE
Java Field:  tokenType
Status:  Active
SQL Type:  varchar(4)
Java Type:  String
Attributes:
Identifier of the merchant. Assigned by the processor.
Added On:  03/30/14
SQL Column:  TPP_ID
Java Field:  tppId
Status:  Active
SQL Type:  varchar(6)
Java Type:  String
Attributes:
Third Party Processor ID - The TPP ID is mandatory on all Authorization requests submitted by Third Parties who have been issued one by First Data. If you were assigned a Third Party Processor ID, you are required to send this additional format record.
If you were not assigned a Third Party Processor ID, this record should not be sent.
Added On:  05/04/17
SQL Column:  URLS
Java Field:  urls
Status:  Active
SQL Type:  varchar
Java Type:  String
Attributes: Transient
Datawire address where the transactions are sent to.