Open the Portico Developer Guide site
PosGateway Schema
NTRSUpdateTokenStatusReqType Complex Type
PosGateway Schema : NTRSUpdateTokenStatusReqType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
Block1 Element All NTRSUpdateTokenStatusReqType Complex Type
Overview
All
Block1 NTRSUpdateTokenStatusReqBlock1Type Complex Type

Contains a series of required and optional elements

All
All
StatusReason Restriction of xs:string

The reason the status action is being requested.

Valid values ACTIVATED_BY_CUSTOMER_SERVICE, ACTIVATED_BY_COBADGED_TOKEN, ACTIVATED_BY_ISSUER, ACTIVATED_BY_ISSUER_APP, ACTIVATED_BY_USER_REQUEST, SUSPENDED_BY_ISSUER, SUSPENDED_DUE_TO_FRAUD, SUSPENDED_BY_USER_REQUEST, SUSPENDED_BY_CUSTOMER_SERVICE, SUSPENDED_BY_TR, SUSPENDED_BY_TR_DUE_TO_FRAUD, RESUMED_BY_ISSUER, RESUMED_BY_USER_REQUEST, RESUMED_BY_CUSTOMER_SERVICE, RESUMED_BY_TR, RPAN_UPDATE, DELETED_FOR_SECURITY, DELETED_BY_CUSTOMER_SERVICE, DELETED_BY_ISSUER, DELETED_DUE_TO_FRAUD, DELETED_BY_USER_REQUEST, DELETED_DUE_TO_TOKEN_PROBLEM, DELETED_BY_TIME_LIMIT, DELETED_BY_TR, DELETED_BY_TR_DUE_TO_FRAUD, DELETED_DUE_TO_ERROR, STATE_CHANGED_ON_DEVICE, UNKNOWN_REASON_CODE, SUSPECTED_FRAUD, OTHER

StatusAction Restriction of xs:string

The requested status action to take.

Valid values DELETE_TOKEN, RESUME_TOKEN, SUSPEND_TOKEN

NTRSToken Restriction of xs:long

The network token generated by NTRS.

Used By
NTRSUpdateTokenStatus Element
Source
<xs:complexType name="NTRSUpdateTokenStatusReqType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="Block1" type="NTRSUpdateTokenStatusReqBlock1Type">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Contains a series of required and optional elements</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema