originalCardTokenInfo

The originalCardTokenInfo element is an optional child of the accountUpdater element, which contains child elements providing the original information for the submitted token.

Parent Elements:

accountUpdater

Attributes:

None

Child Elements:

cnpToken, type, expDate, bin

Example: originalCard Structure

<originalCardTokenInfo>

  <cnpToken>Old Token</cnpToken>

  <type>Card Type</type>

  <expDate>Old Expiration Date</expDate>

  <bin>Old Card BIN</bin>

</originalCardTokenInfo>