shipToAddress

The shipToAddress element contains several child elements that define the postal mailing address (and telephone number) used for shipping purposes.

Parent Elements:

authorization, BNPLAuthorizationRequest, captureGivenAuth, fraudCheck, sale

Attributes:

None

Child Elements: (all Optional)

name, addressLine1, addressLine2, addressLine3, city, state, zip, country, email, phone

Example: shipToAddress Structure

<shipToAddress>

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

  <addressLine1>Address Line 1</addressLine1>

  <addressLine2>Address Line 2</addressLine2>

  <addressLine3>Address Line 3</addressLine3>

  <city>City</city>

  <state>State Abbreviation</state>

  <zip>ZIP Code</zip>

  <country>Country Code</country>

  <email>Email Address</email>

  <phone>Telephone Number</phone>

</shipToAddress>