gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: facades docs


From: gnunet
Subject: [taler-docs] branch master updated: facades docs
Date: Tue, 19 May 2020 16:24:37 +0200

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

dold pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new a961cdb  facades docs
a961cdb is described below

commit a961cdbb00cbf70b1fa112d6636ba820696b79f5
Author: Florian Dold <address@hidden>
AuthorDate: Tue May 19 19:54:28 2020 +0530

    facades docs
---
 libeufin/api-nexus.rst | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index b0ea56c..16f5997 100644
--- a/libeufin/api-nexus.rst
+++ b/libeufin/api-nexus.rst
@@ -402,3 +402,27 @@ They are namespaced under the ``/ebics/`` sub-resource.
   in the nexus database.  It will just make a request to the bank
   and return the answer.
 
+
+The taler-wire-gateway facade
+-----------------------------
+
+The ``taler-wire-gateway`` facade has the following configuration:
+
+
+.. ts:def:: TalerWireGatewayFacadeConfig
+   
+   interface TalerWireGatewayFacadeConfig {
+     // Bank account and connection that is
+     // abstracted over.
+     bankAccount: string;
+     bankConnection: string;
+
+     // Corresponds to whether we trust C52, C53 or C54 (SEPA ICT)
+     // for incoming transfers.
+     reserveTransferLevel: "statement" | "report" | "notification";
+
+     // Time between incremental requests
+     intervalIncremental: string;
+
+     // FIXME:  maybe more scheduling parameters?
+   }

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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