Skip to content

Commit

Permalink
Updates for specifications 4.30
Browse files Browse the repository at this point in the history
To clean the weights file on macOS:
sed -E 's/[[:blank:]]+/,/g'
  • Loading branch information
Antoine Augusti committed Jun 6, 2017
1 parent 2e06b42 commit 7682296
Show file tree
Hide file tree
Showing 2 changed files with 1,042 additions and 1,019 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.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).
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).

## 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
Loading

0 comments on commit 7682296

Please sign in to comment.