Open the Portico Developer Guide site
PosGateway Schema
Action Element
PosGateway Schema > GiftCardAliasReqBlock1Type Complex Type : Action Element
Description

The action to perform on the associated alias

Valid values include:

  • CREATE provides a way to create a new account and assign a value to it as an alias (typically a phone number). The new account does not have a card associated with it.
  • ADD provides a way to assign a value as an alias to a stored value account so that it can be used in place of a card or other device.
  • DELETE allows a previously created alias to be removed from a stored value account.

Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:string
Overview
Action Restriction of xs:string

The action to perform on the associated alias

Valid values include:

  • CREATE provides a way to create a new account and assign a value to it as an alias (typically a phone number). The new account does not have a card associated with it.
  • ADD provides a way to assign a value as an alias to a stored value account so that it can be used in place of a card or other device.
  • DELETE allows a previously created alias to be removed from a stored value account.

Source
<xs:element name="Action" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">The action to perform on the associated alias</p>
      <p xmlns="http://Hps.Exchange.PosGateway">
              Valid values include:
              <ul><li>CREATE provides a way to create a new account and assign a value to it as an alias (typically a phone number). The new account does not have a card associated with it.</li><li>ADD provides a way to assign a value as an alias to a stored value account so that it can be used in place of a card or other device.</li><li>DELETE allows a previously created alias to be removed from a stored value account.</li></ul></p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="DELETE" />
      <xs:enumeration value="ADD" />
      <xs:enumeration value="CREATE" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
GiftCardAliasReqBlock1Type Complex TypePosGateway Schema