United States Banking Institution Account Number Regular Expression?

前端 未结 8 1695
星月不相逢
星月不相逢 2020-12-29 18:25

I have been tasked to \"verify\" the length of a U.S. Banking Institution ACCOUNT NUMBER for a web app I\'m developing. I cannot find anything through SOF, Google, Fed reser

8条回答
  •  旧时难觅i
    2020-12-29 19:14

    There is no standard for US banks' account numbers.

    IBAN is not used in the US.

    There is a limit for ACH transactions (4-17 digits), but not all transactions have to be ACH.

    And yes, the US banking system is antiquated.

    I'm looking at a DW (Data Warehouse) of 38 different systems at a bank and the length of account varies widely depending on the product. Several of the systems have alphabetic characters in the account numbers. This is probably irrelevant since they are special types of customer accounts like brokerage accounts and other things which aren't accessible through ACH - you need to specify what kind of account you're interested in. If you restrict yourself to accounts which you can get to through ACH, you can simply restrict to numeric digits.

    You can get a lot more information about ACH at: http://www.nacha.org/

提交回复
热议问题