Uses the Component:ElectronicPaymentType
To communicate all of the activities during a sales lead or a final sale.
Table 6.29. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| AccountNumber |
Checking account number | 0..1 | Field | udt:TextType | |
| RoutingNumber |
Checking account routing number. | 0..1 | Field | udt:TextType | |
| FinancialInstitutionName |
Financial Institution Name. | 0..1 | Field | udt:TextType | |
| FinancialInstitutionAddress |
Financial Institution address. | 0..1 | Field | AddressABIEType | |
| InternationalBankAccountNumber |
International bank account number. | 0..1 | Field | udt:TextType | |
| InternationalRoutingNumber |
International routing number. | 0..1 | Field | udt:TextType | |
| Notes |
Notes. | 0..1 | Field | udt:TextType |
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 6.29. ElectronicPayment
<ElectronicPayment>
<AccountNumber>......</AccountNumber> [0..1]
<RoutingNumber>......</RoutingNumber> [0..1]
<FinancialInstitutionName>......</FinancialInstitutionName> [0..1]
<FinancialInstitutionAddress>......</FinancialInstitutionAddress> [0..1]
<InternationalBankAccountNumber>......</InternationalBankAccountNumber> [0..1]
<InternationalRoutingNumber>......</InternationalRoutingNumber> [0..1]
<Notes>......</Notes> [0..1]
</ElectronicPayment>