cardholderAddress
The cardholderAddress
element contains several child elements that define the postal mailing address of the cardholder in a fastAccessFunding
transaction.
Although shown in the schema as an optional element, You must include the cardholderAddress element/info in a fastAccessFunding
transaction.
Parent Elements:
Attributes:
None
Child Elements: (all optional)
addressLine1, addressLine2, addressLine3, city, state, zip, country
Example: cardholderAddress Structure
<cardholderAddress>
<addressLine1>Address Line 1</addressLine1>
<addressLine2>Address Line 2</addressLine2>
<addressLine3>Address Line 3</addressLine3>
<city>City</city>
<state>State Abbreviation</state>
<zip>Postal Code</zip>
<country>Country Code</country>
</cardholderAddress>