commit b689893b4669c41f71f35d798bdac6a436f7b65f
parent 4b9d5d5be570422c28429d8c36eea072daaed171
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Tue, 1 Oct 2019 13:21:27 +0200
bank identifier explained
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libeufin/api-sandbox.rst b/libeufin/api-sandbox.rst
@@ -101,7 +101,7 @@ HTTP API
// "Time of processing of the corresponding EBICS order". HH:MM:SS format.
time: string;
- // Recipient. Bank "ID" (better explain this).
+ // Identification token of the bank. Not required to obey to any particular standard.
recipient: string;
// Electronic signature version. A004, for example.
@@ -140,7 +140,7 @@ HTTP API
// "Time of processing of the corresponding EBICS order". HH:MM:SS format.
time: string;
- // Recipient. Bank "ID" (FIXME to be specified).
+ // Identification token of the bank. Not required to obey to any particular standard.
recipient: string;
////////////////////////////////////////////////////