extendedCardResponse
The extendedCardResponse
element is an optional child of the accountUpdater
element, which contains two child elements, code
and message
. The codes/messages can be any of the following:
-
500 - The account number was changed
-
501 - The Account Was Closed
-
502 - The expiration date was changed
-
504 - Contact the cardholder for updated information
-
507 - Cardholder has opted out of the update program
When using Account Updater (any variation), you must always code to receive the extendedCardResponse
element and its children. We always return this information whenever applicable regardless of whether you receive other account updater information in the transaction response message.
Parent Elements:
Attributes:
None
Child Elements:
Example: newCardInfo Structure
<extendedCardResponse>
<message>Message for Code</message>
<code>500, 501, 502, 504, or 507</code>
</extendedCardResponse>