Share via


VendOutPaym_NACHA.getBankRoutingNumber Method [AX 2012]

Returns the bank account routing number (registration number) in whatever format is requested.

Syntax

public str getBankRoutingNumber(BankUSRoutingNumberFormat _format)

Run On

Called

Parameters

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.

See Also

Reference

VendOutPaym_NACHA Class