commit 503fe9debe150a0ff7d889d65f60a4d4ac6d03b2
parent a6e9df98de4885e57b7f2973ef2ccf3d5c0aa96a
Author: ng0 <ng0@taler.net>
Date: Tue, 1 Oct 2019 11:34:26 +0000
Merge branch 'master' of git.taler.net:docs
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;
////////////////////////////////////////////////////