summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--api-bank.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/api-bank.rst b/api-bank.rst
index bed1ec32..ea07e3a8 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;
}