newCardTokenInfo

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

Parent Elements:

accountUpdater

Attributes:

None

Child Elements:

cnpToken, type, expDate, bin

Example: newCardInfo Structure

<newCardTokenInfo>

  <cnpToken>New Token</cnpToken>

  <type>Card Type</type>

  <expDate>New Expiration Date</expDate>

  <bin>New Card BIN</bin>

</newCardTokenInfo>