originalCard

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

Parent Elements:

accountUpdateResponse

Attributes:

None

Child Elements:

type, number, expDate

Example: originalCard Structure

<originalCard>

  <type>Card Type</type>

  <number>Old Account Number</number>

  <expDate>Old Expiration Date</expDate>

</originalCard>