newCardInfo

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

Parent Elements:

accountUpdater

Attributes:

None

Child Elements:

type, number, expDate

Example: newCardInfo Structure

<newCardInfo>

  <type>Card Type</type>

  <number>New Account Number</number>

  <expDate>New Expiration Date</expDate>

</newCardInfo>