Contains the information required to process an ECP/ACH transaction
Request
| Property Name | Type | Required | Description |
|---|---|---|---|
accountNumber | integer | Required | Account number. 4–17 digits. |
routingNumber | integer | Required | 9-digit routing number. |
accountType | string | Required | Account type. Values can be: CONSUMER_CHECKING CONSUMER_SAVINGS CORPORATE_CHECKING CORPORATE_SAVINGS |
Response
| Property Name | Type | Description |
|---|---|---|
accountNumber | integer | Account number. Note: In API v3.0, this is deprecated and replaced by publicAccountNumber. |
publicAccountNumber | integer | Last 5 digits of the account number. Note: In API v3.0, this replaces accountNumber. |
routingNumber | integer | Routing number. Note: In API v3.0, this is deprecated and replaced by publicRoutingNumber. |
publicRoutingNumber | integer | Last 5 digits of the routing number. Note: In API v3.0, this replaces routingNumber. |
accountType | string | Account type. Values can be: CONSUMER_CHECKING CONSUMER_SAVINGS CORPORATE_CHECKING CORPORATE_SAVINGS |
