ecp-transaction

Contains the information required to process an ECP/ACH transaction

Request

Property NameTypeRequiredDescription
account-numberintegerRequiredAccount number. Between 4 - 17 digits.
routing-numberintegerRequired9 digits routing number.
account-typestringRequiredAccount type.
Values can be:
CONSUMER_CHECKING
CONSUMER_SAVINGS
CORPORATE_CHECKING
CORPORATE_SAVINGS

Response

Property NameTypeDescription
account-numberintegerAccount number.
Note: In API v3.0, this is deprecated and replaced by public-account-number.
public-account-numberintegerLast 5 digits of the account number.
Note: In API v3.0, this replaces account-number.
routing-numberintegerRouting number.
Note: In API v3.0, this is deprecated and replaced by public-routing-number.
public-routing-numberintegerLast 5 digits of the routing number.
Note: In API v3.0, this replaces routing-number.
account-typestringAccount type.
Values can be:
CONSUMER_CHECKING
CONSUMER_SAVINGS
CORPORATE_CHECKING
CORPORATE_SAVINGS