Paymentech Orbital Batch UML


Parent:    File Batch
Added On:  07/28/17 
SQL Table:  PAYMENTECH_ORBITAL_BATCH 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  PaymentechOrbitalBatch 
Entity that represents a batch of transactions as it is defined in Paymentech's batch processing specification.
Added On:  03/06/12
SQL Column:  BIN
Java Field:  bin
Status:  Active
SQL Type:  varchar(6)
Java Type:  String
Attributes:
Transaction Routing Definition, assigned by processor.
Added On:  02/13/12
SQL Column:  FILE_DATE_TIME
Java Field:  fileDateTime
Status:  Active
SQL Type:  varchar(14)
Java Type:  String
Attributes:
Defines the File Submission date
Added On:  02/13/12
SQL Column:  FILE_ID
Java Field:  fileId
Status:  Active
SQL Type:  varchar(36)
Java Type:  String
Attributes:
This must be the same [without the .zip or .xml extension] as the actual file name. We use the following format:
"ORBITAL-" + currentDateTime + submissionId%60
Added On:  03/06/12
SQL Column:  MERCHANT_ID
Java Field:  merchantId
Status:  Active
SQL Type:  varchar(15)
Java Type:  String
Attributes:
Gateway merchant account number assigned by provider
Added On:  02/13/12
SQL Column:  PROC_STATUS
Java Field:  procStatus
Status:  Active
SQL Type:  varchar(6)
Java Type:  String
Attributes:
The first element that should be checked to determine the
result of a request. It is the only element that is returned in
all response scenarios. It identifies whether transactions
have successfully passed all of the Gateway edit checks.
0 – Success
All other values constitute an error condition.
Added On:  02/13/12
SQL Column:  PROC_STATUS_MESSAGE
Java Field:  procStatusMessage
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
Text message associated with ProcStatus value.
Conditionally sent when ProcStatus > 0
Added On:  02/13/12
SQL Column:  REQUEST_COUNT
Java Field:  requestCount
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Defines the number of transaction requests in the batch
file
Added On:  03/06/12
SQL Column:  TERMINAL_ID
Java Field:  terminalId
Status:  Active
SQL Type:  varchar(3)
Java Type:  String
Attributes:
Merchant Terminal ID assigned by provider
Added On:  02/13/12
SQL Column:  USER_ID
Java Field:  userId
Status:  Active
SQL Type:  varchar(32)
Java Type:  String
Attributes:
Defines the SFTP/FTP User ID.