ecp-transaction

Contains the information required to process an ECP/ACH transaction

Request

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

Response

Property NameTypeDescription
account-numberinteger

Account number.

Note: In API v3.0, this is deprecated and replaced by public-account-number.

account-typestringAccount type.
Values can be:
  • CONSUMER_CHECKING
  • CONSUMER_SAVINGS
  • CORPORATE_CHECKING
  • CORPORATE_SAVINGS
public-account-numberinteger

Last 5 digits of the account number.

Note: In API v3.0, this replaces account-number.

public-routing-numberinteger

Last 5 digits of the routing number.

Note: In API v3.0, this replaces routing-number.

routing-numberinteger

Routing number.

Note: In API v3.0, this is deprecated and replaced by public-routing-number.