diff options
author | Marcello Stanisci <marcello.stanisci@inria.fr> | 2016-01-25 14:49:41 +0100 |
---|---|---|
committer | Marcello Stanisci <marcello.stanisci@inria.fr> | 2016-01-25 14:49:41 +0100 |
commit | 2f285ace2fcdc7993f8191716cfbbf7eb9466245 (patch) | |
tree | 95e2475ae0326f471acee045f41d59cdc63511d3 | |
parent | 9f761f4cf77dea1c39bb06736a50a11c88a10807 (diff) | |
download | docs-2f285ace2fcdc7993f8191716cfbbf7eb9466245.tar.gz docs-2f285ace2fcdc7993f8191716cfbbf7eb9466245.tar.bz2 docs-2f285ace2fcdc7993f8191716cfbbf7eb9466245.zip |
removing check digit from test IBAN
-rw-r--r-- | api-bank.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/api-bank.rst b/api-bank.rst index bed1ec3..ea07e3a 100644 --- a/api-bank.rst +++ b/api-bank.rst @@ -39,10 +39,10 @@ involved. tid: number; // The recipient's account identificator. For this testing purpose, the - // account format will just be the normal IBAN format having the token "TEST" - // in place of the country code. For instance, if "SA03 8000 0000 6080 1016 7519" - // were a valid Saudi Arabian IBAN, then "TEST03 8000 0000 6080 1016 7519" would - // be a correct test account number as well. + // account format will the normal IBAN format having the token "TEST" + // in place of the country code and having the check digit removed. For instance, + // if "SA03 8000 0000 6080 1016 7519" were a valid Saudi Arabian IBAN, then + // "TEST 8000 0000 6080 1016 7519" would be a correct test account number as well. account: string; } |