ecpTransaction

Contains the information required to process an ECP/ACH transaction

Request

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

Response

Property NameTypeDescription
accountNumberinteger

Account number.

Note: In API v3.0, this is deprecated and replaced by publicAccountNumber.

accountTypestringAccount type.
Values can be:
  • CONSUMER_CHECKING
  • CONSUMER_SAVINGS
  • CORPORATE_CHECKING
  • CORPORATE_SAVINGS
publicAccountNumberinteger

Last 5 digits of the account number.

Note: In API v3.0, this replaces accountNumber.

publicRoutingNumberinteger

Last 5 digits of the routing number.

Note: In API v3.0, this replaces routingNumber.

routingNumberinteger

Routing number.

Note: In API v3.0, this is deprecated and replaced by publicRoutingNumber.