originalCardInfo

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

Parent Elements:

accountUpdate

Attributes:

None

Child Elements:

type, number, expDate

Example: originalCard Structure

<originalCardInfo>

  <type>Card Type</type>

  <number>Old Account Number</number>

  <expDate>Old Expiration Date</expDate>

</originalCardInfo>