newAccountInfo

The newAccountInfo element is an optional child of the accountUpdater element, which contains child elements providing the updated information for the submitted account.

Parent Elements:

accountUpdater

Attributes:

None

Child Elements:

accType, accNum, routingNum

Example: newAccountInfo Structure

<newAccountInfo>

  <accType>Account Type</accType>

  <accNum>New Account Number</accNum>

  <routingNum>New Routing Number</routingNum>

</newAccountInfo>