ecpTransaction

Contains the information required to process an ECP/ACH transaction

Request

Property Name

Type

Required

Description

accountNumber

integer

Required

Account number. 4–17 digits.

accountType

string

Required

Account type.
Values can be:

  • CONSUMER_CHECKING
  • CONSUMER_SAVINGS
  • CORPORATE_CHECKING
  • CORPORATE_SAVINGS

routingNumber

integer

Required

9-digit routing number.

Response

Property Name

Type

Description

accountNumber

integer

Account number.

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

accountType

string

Account type.
Values can be:

  • CONSUMER_CHECKING
  • CONSUMER_SAVINGS
  • CORPORATE_CHECKING
  • CORPORATE_SAVINGS

publicAccountNumber

integer

Last 5 digits of the account number.

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

publicRoutingNumber

integer

Last 5 digits of the routing number.

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

routingNumber

integer

Routing number.

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