graphql-scalars icon indicating copy to clipboard operation
graphql-scalars copied to clipboard

Scalar type for checking bank Routing Number, Account Number & Check Number

Open AhmadSinaSaeedi opened this issue 3 years ago • 2 comments

I need a scalar type for checking bank Routing Number, Account Number & Check Number.

For see how is it check below link: https://www.homestreet.com/personal/banking/routing-account-numbers

AhmadSinaSaeedi avatar Oct 20 '21 05:10 AhmadSinaSaeedi

We'd love to accept a PR for these scalars if anyone works on it :)

ardatan avatar Oct 20 '21 10:10 ardatan

Hi, I'm implementing this feature on #1408 and according to my research every US check account number (international is defined by IBAN), has its own system and is kept in private. Usually they can have 10-12 digits but can range from alphanumeric 5-17 and the check number is the same they can be as long as possible is up to the bank, so I guess already exists a defined type for it like UnsignedInt 'cause they are unique sequential issued by the bank.

I'm thinking of leaving check number alone and account number as 5-17 alphanumeric without checksum. Any suggestion ?

peterleiva avatar Jan 31 '22 15:01 peterleiva

looks like this has been merged and published

Urigo avatar Mar 22 '23 16:03 Urigo