From 2f285ace2fcdc7993f8191716cfbbf7eb9466245 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Mon, 25 Jan 2016 14:49:41 +0100 Subject: removing check digit from test IBAN --- api-bank.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'api-bank.rst') 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; } -- cgit v1.2.3