sellerInfo

The sellerInfo element is the parent of several child elements use to define the seller information for use with Guaranteed Payments. You can use this element up to 99 time in a transaction.

Parent Elements:

authorization, sale

Attributes:

None

Child Elements:

accountNumber, aggregateOrderCount, aggregateOrderDollars, sellerAddress, createdDate, domain, email, lastUpdateDate, name, onboardingEmail, onboardingIpAddress, parentEntity, phone, sellerId, sellerTags, username

 

Example: sellerInfo Structure

<sellerInfo>

  <accountNumber>marketplace seller account number</accountNumber>

  <aggregateOrderCount>total orders by seller including current</aggregateOrderCount>

  <aggregateOrderDollars>total amount sold by seller including current</aggregateOrderDollars>

  <sellerAddress>

.

.

.

</sellerAddress>

  <createdDate>date and time of the seller's creation</createdDate>

  <domain>domain of seller</domain>

  <email>the primary email address of the seller</email>

  <lastUpdateDate>date of last update</lastUpdateDate>

  <name>seller's business name</name>

  <onboardingEmail>email address of this account</onboardingEmail>

  <onboardingIpAddress>IP address of device used for account creation</onboardingIpAddress>

  <parentEntity>unique ID of parent entity</parentEntity>

  <phone>seller's phone number</phone>

  <sellerId>seller's ID</sellerId>

  <sellerTags>attributes/descriptors associated w/seller's account</sellerTags>

  <userName>user name associated with seller</userName>

</sellerInfo>