Skip to content

Commit 2e06b42

Browse files
Updates for specification 4.20
1 parent b8b1782 commit 2e06b42

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Modulus checking is a procedure for validating sort code and account number comb
99
If you want to know more about modulus checking, read this [GoCardless guide](https://gocardless.com/guides/posts/modulus-checking/).
1010

1111
## Validity
12-
This package follows the Vocalink specification, version 4.10, that will be live on 06/03/2017. More information about the specification can be seen on the [Vocalink website](https://www.vocalink.com/customer-support/modulus-checking).
12+
This package follows the Vocalink specification, version 4.20, that will be live on 12/06/2017. More information about the specification can be seen on the [Vocalink website](https://www.vocalink.com/customer-support/modulus-checking).
1313

1414
## API
1515
If you prefer to send request to a web service, take a look at the package [moduluschecking-api](https://github.com/AntoineAugusti/moduluschecking-api) that offers an API to validate UK bank account numbers, supporting authentication and rate limits.
@@ -25,26 +25,28 @@ The following institutions are supported:
2525
- Bradford and Bingley Building Society
2626
- Charity Bank
2727
- Citibank
28+
- ClearBank
2829
- Clydesdale
2930
- Co-Operative Bank
3031
- Contis Financial Services
3132
- Coutts
3233
- First Trust
34+
- HSBC
35+
- HSBC
3336
- Halifax
3437
- Hoares Bank
35-
- HSBC
3638
- Lloyds
3739
- Metro Bank
38-
- Nationwide Building Society
3940
- NatWest
41+
- Nationwide Building Society
4042
- Northern
4143
- Orwell Union Ltd
4244
- Royal Bank of Scotland
4345
- Santander
4446
- Secure Trust
4547
- Starling Bank
46-
- Tesco Bank
4748
- TSB
49+
- Tesco Bank
4850
- Ulster Bank
4951
- Unity Trust Bank
5052
- Virgin Bank

data/weights.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
010004,016715,MOD11,0,0,0,0,0,0,8,7,6,5,4,3,2,1
2+
040406,040606,DBLAL,1,3,4,3,9,3,1,7,5,5,4,5,2,4
23
050000,050020,MOD11,0,0,0,0,0,0,2,1,7,5,8,2,4,1
34
050022,058999,MOD11,0,0,0,0,0,0,2,1,7,5,8,2,4,1
45
070116,070116,MOD11,0,0,7,6,5,8,9,4,5,6,7,8,9,-1,12
@@ -103,6 +104,8 @@
103104
200000,200002,DBLAL,2,1,2,1,2,1,2,1,2,1,2,1,2,1,6
104105
200004,200004,MOD11,0,0,0,0,0,0,0,7,6,5,4,3,2,1,6
105106
200004,200004,DBLAL,2,1,2,1,2,1,2,1,2,1,2,1,2,1,6
107+
200026,200026,MOD11,0,0,0,0,0,0,0,7,6,5,4,3,2,1,6
108+
200026,200026,DBLAL,2,1,2,1,2,1,2,1,2,1,2,1,2,1,6
106109
200051,200077,MOD11,0,0,0,0,0,0,0,7,6,5,4,3,2,1,6
107110
200051,200077,DBLAL,2,1,2,1,2,1,2,1,2,1,2,1,2,1,6
108111
200079,200097,MOD11,0,0,0,0,0,0,0,7,6,5,4,3,2,1,6

0 commit comments

Comments
 (0)