Skip to content

Commit

Permalink
Updates for specifications 4.40
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine Augusti committed Jul 21, 2017
1 parent 7682296 commit 8be20ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Modulus checking is a procedure for validating sort code and account number comb
If you want to know more about modulus checking, read this [GoCardless guide](https://gocardless.com/guides/posts/modulus-checking/).

## Validity
This package follows the Vocalink specification, version 4.30, that will be live on 03/07/2017. More information about the specification can be seen on the [Vocalink website](https://www.vocalink.com/customer-support/modulus-checking).
This package follows the Vocalink specification, version 4.40, that will be live on 21/08/2017. More information about the specification can be seen on the [Vocalink website](https://www.vocalink.com/customer-support/modulus-checking).

## API
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.
Expand Down
4 changes: 3 additions & 1 deletion data/weights.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
010004,016715,MOD11,0,0,0,0,0,0,8,7,6,5,4,3,2,1
040406,040606,DBLAL,1,3,4,3,9,3,1,7,5,5,4,5,2,4
040004,040004,DBLAL,0,0,0,0,0,0,8,7,6,5,4,3,2,1
040010,040059,MOD11,0,2,0,0,9,1,2,8,4,3,7,5,6,1
040406,040406,DBLAL,1,3,4,3,9,3,1,7,5,5,4,5,2,4
050000,050020,MOD11,0,0,0,0,0,0,2,1,7,5,8,2,4,1
050022,058999,MOD11,0,0,0,0,0,0,2,1,7,5,8,2,4,1
070116,070116,MOD11,0,0,7,6,5,8,9,4,5,6,7,8,9,-1,12
Expand Down Expand Up @@ -167,6 +168,7 @@
209036,209128,DBLAL,2,1,2,1,2,1,2,1,2,1,2,1,2,1,6
209130,209999,MOD11,0,0,0,0,0,0,0,7,6,5,4,3,2,1,6
209130,209999,DBLAL,2,1,2,1,2,1,2,1,2,1,2,1,2,1,6
230088,230088,MOD10,2,1,2,1,2,1,2,7,4,5,6,3,8,1
230338,230338,MOD11,0,0,0,0,0,0,0,7,6,5,4,3,2,1
230338,230338,DBLAL,2,1,2,1,2,1,2,1,2,1,2,1,2,1
230580,230580,MOD11,0,0,0,0,0,0,2,7,6,5,4,3,2,1,12
Expand Down

0 comments on commit 8be20ca

Please sign in to comment.