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