ProcessingRequest

Type:  Struct
Abstract:  no
Status:  Active
Java Class:  ProcessingRequest
Represents information included in processing request sent to a processor.
id
References: Asset Transaction.Id
XML Representation: attribute
Attributes:
Default Value
Identifier of the object used for references; auto-incremented integer value.
holderName
References: Capture Info.Holder Name
XML Representation: attribute
Attributes: CreateOnly
Default Value
Pattern: NAME
Name of bank account or credit card holder.

Name of a payment card or bank account holder. The value is a concatenation of the firstName and lastName field values separated by a space.
accountData
References: Capture Info.Track Data
XML Representation: attribute
Attributes: CreateOnly
Default Value
The date must be submitted in yyyy-MM-dd format.
accountNumber
References: Capture Info.Account Number
XML Representation: attribute
Attributes: CreateOnly
Default Value
Encoded credit card number or bank account number.
accountAccessory
References: Capture Info.Accessory
XML Representation: attribute
Attributes: CreateOnly
Default Value
Pattern: NUMERIC
Expiration date of the card or bank routing number.
token
References: Capture Info.Token Code
XML Representation: attribute
Attributes: CreateOnly
Default Value
Pattern: TOKEN
Token generated for the provided payment information.
csc
References: Capture Info.CVV2
XML Representation: attribute
Attributes: CreateOnly
Default Value
Pattern: NUMERIC
CVV2 security code of the credit card.
street
References: Capture Info.Street
XML Representation: attribute
Attributes: CreateOnly
Default Value
Pattern: STREET
Street mailing address of the cardholder.
city
References: Capture Info.City
XML Representation: attribute
Attributes: CreateOnly
Default Value
Pattern: ALPHANUMERIC_EXTENDED
City mailing address of the cardholder.
state
References: Capture Info.State
XML Representation: attribute
Attributes: CreateOnly
Default Value
State mailing address of the cardholder.
zipCode
References: Capture Info.ZIP Code
XML Representation: attribute
Attributes: CreateOnly
Default Value
ZIP/postal code of mailing address of the cardholder.
countryCode
References: Capture Info.Country Code
XML Representation: attribute
Attributes: CreateOnly
Default Value US
Pattern: ALPHA
Country code of the mailing address of the cardholder.
phone
References: Capture Info.Phone
XML Representation: attribute
Attributes: CreateOnly
Default Value
Pattern: NUMERIC
Phone number associated with mailing address of the cardholder.
email
References: Capture Info.Email
XML Representation: attribute
Attributes: CreateOnly
Default Value
Pattern: EMAIL
Email address associated with the cardholder.
dueDate
Type: Date
XML Representation: attribute
Attributes: CreateOnly
Default Value
The date must be submitted in yyyy-MM-dd format.
type
References: Account Activity.Account Activity CL
XML Representation: attribute
Attributes: CreateOnly
Default Value AP
Represents the type of account activity.
accountType
References: Asset Transaction.Transaction CL
XML Representation: attribute
Attributes: CreateOnly
Default Value
Enumeration of possible asset transaction processing modes available in the system.
creatorCode
References: Account Transaction.Ref Creator Code
XML Representation: attribute
Attributes: CreateOnly
Default Value
Pattern: CODE
Code of the user that created the account transaction.
amount
References: Account Transaction.Amount
XML Representation: attribute
Attributes: Required
Default Value
Amount of the transaction in cents (without a decimal point).
note
References: Account Transaction.Note
XML Representation: attribute
Attributes: CreateOnly
Default Value
Pattern: TEXT
Description of the transaction.
accountId
References: Account Activity.Merchant Account Code
XML Representation: attribute
Attributes:
Default Value
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.
code
Type: String
XML Representation: attribute
Attributes: CreateOnly
Default Value
Pattern: CODE

XML Sample:

<object
    id="" 
    holderName="" 
    accountData="" 
    accountNumber="" 
    accountAccessory="" 
    token="" 
    csc="" 
    street="" 
    city="" 
    state="" 
    zipCode="" 
    countryCode="US" 
    phone="" 
    email="" 
    dueDate="" 
    type="" 
    accountType="" 
    creatorCode="" 
    amount="" 
    note="" 
    accountId="" 
    code="" />

"<object id=\"\" holderName=\"\" accountData=\"\" accountNumber=\"\" accountAccessory=\"\" token=\"\" csc=\"\" street=\"\" city=\"\" state=\"\" zipCode=\"\" countryCode=\"US\" phone=\"\" email=\"\" dueDate=\"\" type=\"\" accountType=\"\" creatorCode=\"\" amount=\"\" note=\"\" accountId=\"\" code=\"\" />"

JSON Sample:

{
  "id": "",
  "holderName": "",
  "accountData": "",
  "accountNumber": "",
  "accountAccessory": "",
  "token": "",
  "csc": "",
  "street": "",
  "city": "",
  "state": "",
  "zipCode": "",
  "countryCode": "US",
  "phone": "",
  "email": "",
  "dueDate": "",
  "type": "",
  "accountType": "",
  "creatorCode": "",
  "amount": "",
  "note": "",
  "accountId": "",
  "code": ""
}

XURL Sample:

?id=&holderName=&accountData=&accountNumber=&accountAccessory=&token=&csc=&street=&city=&state=&zipCode=&countryCode=US&phone=&email=&dueDate=&type=&accountType=&creatorCode=&amount=&note=&accountId=&code=&
id=
holderName=
accountData=
accountNumber=
accountAccessory=
token=
csc=
street=
city=
state=
zipCode=
countryCode=US
phone=
email=
dueDate=
type=
accountType=
creatorCode=
amount=
note=
accountId=
code=