retailerAddress

The retailerAddress element contains several child elements that define the postal mailing address and other information about the underlying retailer actually selling the product. The information provided fulfills requirements for Discover Installment Payments and American Express Bill Pay.

 

Parent Elements:

authorization, captureGivenAuth, sale

Attributes:

None

Child Elements: (all optional)

name, firstName, middleInitial, lastName, companyName, addressLine1, addressLine2, addressLine3, city, state, zip, country, email, phone, sellerId, url

 

Example:  retailerAddress Structure

<retailerAddress>

  <name>Customer’s Full Name</name>

  <firstName>Customer’s First Name</firstName>

  <middleInitial>Customer’s Middle Initial</middleInitial>

  <lastName>Customer’s Last Name</lastName>

  <companyName>Company’s Name</companyName>

  <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>

  <email>Email Address</email>

  <phone>Telephone Number</phone>

  <sellerId>Id of seller</sellerId>

  <url>url of seller</url>

</retailerAddress>