gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] 01/03: Align specs to code.


From: gnunet
Subject: [taler-docs] 01/03: Align specs to code.
Date: Fri, 04 Dec 2020 15:00:29 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository docs.

commit e41cdf846de639bbb49ffc01ea830689605bccb2
Author: MS <ms@taler.net>
AuthorDate: Fri Dec 4 12:52:03 2020 +0100

    Align specs to code.
---
 libeufin/api-sandbox.rst | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/libeufin/api-sandbox.rst b/libeufin/api-sandbox.rst
index d848ba4..a410b9e 100644
--- a/libeufin/api-sandbox.rst
+++ b/libeufin/api-sandbox.rst
@@ -22,15 +22,28 @@ HTTP API
 
        // IBAN that will receive the payment.
        creditorIban: string;
+       // FIXME
+       creditorBic: string;
+       // FIXME
+       creditorName: string;
 
        // IBAN that will send the payment.
        debitorIban: string;
+       // FIXME
+       debitorBic: string;
+       // FIXME
+       debitorName: string;
 
        amount: string;
        currency: string;
 
        // subject of the payment.
        subject: string;
+
+       // Whether the payment is credit or debit *for* the
+       // account being managed *by* the running sandbox.
+       // Can take the values: "CRDT" or "DBIT".
+       direction: string;
      }
 
 ..

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]