ecpTransaction

Contains the information required to process an ECP/ACH transaction

Request

Property NameTypeRequiredDescription
accountNumberintegerRequiredAccount number. 4–17 digits.
routingNumberintegerRequired9-digit routing number.
accountTypestringRequiredAccount type.
Values can be:
CONSUMER_CHECKING
CONSUMER_SAVINGS
CORPORATE_CHECKING
CORPORATE_SAVINGS

Response

Property NameTypeDescription
accountNumberintegerAccount number.
Note: In API v3.0, this is deprecated and replaced by publicAccountNumber.
publicAccountNumberintegerLast 5 digits of the account number.
Note: In API v3.0, this replaces accountNumber.
routingNumberintegerRouting number.
Note: In API v3.0, this is deprecated and replaced by publicRoutingNumber.
publicRoutingNumberintegerLast 5 digits of the routing number.
Note: In API v3.0, this replaces routingNumber.
accountTypestringAccount type.
Values can be:
CONSUMER_CHECKING
CONSUMER_SAVINGS
CORPORATE_CHECKING
CORPORATE_SAVINGS