summaryrefslogtreecommitdiff
path: root/libeufin/api-sandbox.rst
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-10-01 13:21:27 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-10-01 13:21:58 +0200
commitb689893b4669c41f71f35d798bdac6a436f7b65f (patch)
treefa555df3795ab428c4e61d5d1bba024453f46fd3 /libeufin/api-sandbox.rst
parent4b9d5d5be570422c28429d8c36eea072daaed171 (diff)
downloaddocs-b689893b4669c41f71f35d798bdac6a436f7b65f.tar.gz
docs-b689893b4669c41f71f35d798bdac6a436f7b65f.tar.bz2
docs-b689893b4669c41f71f35d798bdac6a436f7b65f.zip
bank identifier explained
Diffstat (limited to 'libeufin/api-sandbox.rst')
-rw-r--r--libeufin/api-sandbox.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/libeufin/api-sandbox.rst b/libeufin/api-sandbox.rst
index 5d2ec83e..0d8b3892 100644
--- 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;
////////////////////////////////////////////////////