originalToken
The originalToken
element is an optional child of the accountUpdateResponse
element, which contains child elements providing the original information for the submitted token.
Parent Elements:
Attributes:
None
Child Elements:
cnpToken or tokenUrl, type, number, expDate, bin
Example: originalTokenStructure
<originalToken>
<cnpToken>Old Token Number</cnpToken>
<expDate>Old Expiration Date</expDate>
<type>Card Type</type>
<bin>Card BIN</bin>
</originalToken>
Example: originalToken Structure (with tokenUrl)
<originalToken>
<tokenUrl>Old Token URL</tokenUrl>
<expDate>Old Expiration Date</expDate>
<type>Card Type</type>
<bin>Card BIN</bin>
</originalToken>