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
ProcessingInfo
Type:
Struct
Abstract:
no
Status:
Active
Java Class:
ProcessingInfo
Information associated with transaction processing within internal and external systems.
Available Fields:
accountAccessory
accountNumber
address
approvalCode
city
createDate
email
gatewayTransactionId
holderName
id
phone
responseCode
responseDate
responseMessage
state
street
token
id
References:
Capture Info.
Id
XML Representation:
attribute
Attributes:
ReadOnly
Default Value
Identifier of the object used for references; auto-incremented integer value.
**create Unique ProcesingInfo ID generated by the system.
exists
Unique ProcesingInfo ID generated by the system.
echo
Unique ProcesingInfo ID used for filtering ProcessingInfo records.
holderName
References:
Capture Info.
Holder Name
XML Representation:
attribute
Attributes:
ReadOnly
Default Value
Name of bank account or credit card holder.
**create Combined values fo the firsetName and lastName in the Customer.
exists
Combined values fo the firsetName and lastName in the Customer.
echo
Echo value from the request.
accountNumber
References:
Capture Info.
Account Number
XML Representation:
attribute
Attributes:
ReadOnly
Default Value
Encoded credit card number or bank account number.
**create Number of a payment card or bank account that will be used during the transaction processing.
exists
Number of a payment card or bank account.
echo
Number of a payment card or bank account used for filtering ProcessingInfo records.
accountAccessory
References:
Capture Info.
Accessory
XML Representation:
attribute
Attributes:
ReadOnly
Default Value
Expiration date of the card or bank routing number.
token
References:
Capture Info.
Token Code
XML Representation:
attribute
Attributes:
ReadOnly
Default Value
Token generated for the provided payment information.
**create Unique random characters generated by the system for identifying and securely transmitting sensitive data.
exists
Unique random characters generated by the system for identifying and securely transmitting sensitive data.
echo
Echo value from the request.
street
References:
Capture Info.
Street
XML Representation:
attribute
Attributes:
ReadOnly
Default Value
Pattern:
STREET
Street mailing address of the cardholder.
**create Street address of the Customer.
exists
Street address of the Customer.
echo
Street of the mailing address of the Customer used for filtering ProcessingInfo records.
city
References:
Capture Info.
City
XML Representation:
attribute
Attributes:
ReadOnly
Default Value
City mailing address of the cardholder.
**create City of the Customer.
exists
City of the Customer.
echo
City of the mailing address of the Customer used for filtering ProcessingInfo records.
state
References:
Capture Info.
State
XML Representation:
attribute
Attributes:
ReadOnly
Default Value
State mailing address of the cardholder.
**create State of the Customer.
Note:
State value format is subject to the associated country code in the Customer object.
exists
State of the Customer.
Note:
State value format is subject to the associated country code in the Customer object.
echo
State code of the mailing address of the Customer used for filtering ProcessingInfo records.
zipCode
References:
Capture Info.
ZIP Code
XML Representation:
attribute
Attributes:
ReadOnly
Default Value
ZIP/postal code of mailing address of the cardholder.
**create ZIP/postal code of the Customer.
Note:
ZipCode value format is subject to the associated country code in the Customer object.
exists
ZIP/postal code of the Customer.
Note:
ZipCode value format is subject to the associated country code in the Customer object.
echo
ZIP or postal code of the mailing address of the Customer used for filtering ProcessingInfo records.
address
References:
Capture Info.
Address
XML Representation:
attribute
Attributes:
ReadOnly, Calculated
Default Value
create
Combined address field of the Customer object.
Note:
The value is a comma separated concatenation of the street1, street2, city, state, zipCode, countryCode field values.
exists
Combined address field of the Customer object.
Note:
The value is a comma separated concatenation of the street1, street2, city, state, zipCode, countryCode field values.
echo
Mailing address used for filtering ProcessingInfo records.
email
References:
Capture Info.
Email
XML Representation:
attribute
Attributes:
ReadOnly
Default Value
Email address associated with the cardholder.
**create Email address of the Customer.
exists
Email address of the Customer.
echo
Email address of the Customer used for filtering ProcessingInfo records.
phone
References:
Capture Info.
Phone
XML Representation:
attribute
Attributes:
ReadOnly
Default Value
Phone number associated with mailing address of the cardholder.
**create Phone number of the Customer.
exists
Phone number of the Customer.
echo
Phone number of the Customer used for filtering ProcessingInfo records.
responseDate
References:
Capture Info.
Response Date
XML Representation:
attribute
Attributes:
ReadOnly
Default Value
Date of the response.
**create Date when the response to the transaction was received.
exists
Date when the response to the transaction was received.
echo
Date used for filtering ProcessingInfo records.
responseCode
References:
Capture Info.
Response Code
XML Representation:
attribute
Attributes:
ReadOnly
Default Value
Gateway generated response code.
**create Code providing an explanation of the outcome of the request. <div class="info legacy">
For more information see
UniPay Codes & Code Mapping
.
</div>
exists
Code providing an explanation of the outcome of the request. <div class="info legacy">
For more information see
UniPay Codes & Code Mapping
.
</div>
echo
Code used for filtering ProcessingInfo records.
responseMessage
References:
Capture Info.
Response Message
XML Representation:
attribute
Attributes:
ReadOnly
Default Value
create
Response details associated with a processing request, generated by the gateway.
exists
Response details associated with a processing request, generated by the gateway.
echo
Echo value from the request.
approvalCode
References:
Capture Info.
Approval Code
XML Representation:
attribute
Attributes:
ReadOnly
Default Value
Authorization code returned by
Provider
that approved this transaction. In some instances might also be used to store response code returned by
Provider
when transaction declines.
**create Code of the approval status of the transaction provided by the payment provider.
exists
Code of the approval status of the transaction provided by the payment provider.
echo
Echo value from the request.
gatewayTransactionId
References:
Capture Info.
Reference Number
XML Representation:
attribute
Attributes:
ReadOnly
Default Value
Transaction identification in gateway.
**create Identifier of a Transaction (Processing) that the current transaction will be associated with.
exists
Identifier of a Transaction (Processing) that the current transaction is associated with.
echo
Identifier of a Transaction (Processing) used for filtering ProcessingInfo records.
XML Sample:
<processingInfo
/>
"<processingInfo/>"
JSON Sample:
{
}
XURL Sample:
?