Open the Portico Developer Guide site
PosGateway Schema
SECCode Element
PosGateway Schema > CheckSaleReqBlock1Type Complex Type : SECCode Element
Description

NACHA Standard Entry Class Code for processing.

Valid values include:

  • "PPD" (Prearranged Payment and Deposit)
  • "CCD" (Cash Concentration or Disbursement)
  • "POP" (GETI only, Point of Purchase Entry)
  • "WEB" (Internet Initiated Entry)
  • "TEL" (Telephone Initiated Entry)
  • "EBRONZE" (GETI only)

Note: SECCode is a required field when the check processor is Colonnade.

Note: For GETI, this will be used to validate information returned from GETI during the transaction. This validation is not done when EBRONZE is chosen.

Namespace http://Hps.Exchange.PosGateway
Type
xs:string
Overview
SECCode optional xs:string

NACHA Standard Entry Class Code for processing.

Valid values include:

  • "PPD" (Prearranged Payment and Deposit)
  • "CCD" (Cash Concentration or Disbursement)
  • "POP" (GETI only, Point of Purchase Entry)
  • "WEB" (Internet Initiated Entry)
  • "TEL" (Telephone Initiated Entry)
  • "EBRONZE" (GETI only)

Note: SECCode is a required field when the check processor is Colonnade.

Note: For GETI, this will be used to validate information returned from GETI during the transaction. This validation is not done when EBRONZE is chosen.

Source
<xs:element name="SECCode" type="xs:string" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">NACHA Standard Entry Class Code for processing.</p>
      <p xmlns="http://Hps.Exchange.PosGateway">
              Valid values include:
              <ul><li>"PPD" (Prearranged Payment and Deposit)</li><li>"CCD" (Cash Concentration or Disbursement)</li><li>"POP" (GETI only, Point of Purchase Entry)</li><li>"WEB" (Internet Initiated Entry)</li><li>"TEL" (Telephone Initiated Entry)</li><li>"EBRONZE" (GETI only)</li></ul></p>
      <p xmlns="http://Hps.Exchange.PosGateway" />
      <p xmlns="http://Hps.Exchange.PosGateway">
        <strong>Note:</strong> SECCode is a required field when the check processor is Colonnade.
            </p>
      <p xmlns="http://Hps.Exchange.PosGateway" />
      <p xmlns="http://Hps.Exchange.PosGateway">
        <strong>Note:</strong> For GETI, this will be used to validate information returned from GETI during the transaction. This validation is not done when EBRONZE is chosen.
            </p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
CheckSaleReqBlock1Type Complex TypePosGateway Schema