Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the bank account routing number (registration number) in whatever format is requested.
Syntax
public str getBankRoutingNumber(BankUSRoutingNumberFormat _format)
Run On
Called
Parameters
- _format
Type: BankUSRoutingNumberFormat Enumeration
The format in which the routing number should be returned.
Return Value
Type: str
The routing number in specified format.
Remarks
The format can be any of the following formats:
With check digit (returns nine digits)
Without check digit (returns eight digits)
Check digit only (returns one digit)
Federal Reserve routing number (returns four digits)
ABA Institution Identifier (returns four digits)
In the United States, the routing number must contain nine digits. The first four digits consist of the Federal Reserve routing number; the next four digits are the ABA Institution Identifier number; and the ninth digit is a check digit.