gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: nexus: API to query raw XML messages


From: gnunet
Subject: [taler-docs] branch master updated: nexus: API to query raw XML messages.
Date: Tue, 12 Jan 2021 17:07:04 +0100

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

ms pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new e5a5291  nexus: API to query raw XML messages.
e5a5291 is described below

commit e5a5291bd9aa4aef72029556be79d132029d2ed4
Author: MS <ms@taler.net>
AuthorDate: Tue Jan 12 17:06:31 2021 +0100

    nexus: API to query raw XML messages.
---
 libeufin/api-nexus.rst | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index ce93f8b..2d26a22 100644
--- a/libeufin/api-nexus.rst
+++ b/libeufin/api-nexus.rst
@@ -634,6 +634,35 @@ to the real bank.
        nexusBankAccountId: string;
      }
 
+
+.. http:get:: <nexus>/bank-connections/{connId}/messages
+
+  List *some* details of all the ISO2022 messages gotten from the bank.  It
+  responds with a list of the following elements:
+
+  .. code-block:: ts
+
+    interface BankMessageInfo {
+
+      // the message type, typically how the containing layer
+      // (Ebics, for example) would label this information.  For
+      // Camt.053 types, this value is "C53".
+      code: string;
+
+      // the unique identifier of the message.
+      messageId: string; 
+
+      // bytes length of the message.
+      length: number;
+    }
+
+
+
+.. http:get:: <nexus>/bank-connections/{connId}/messages/{msgId}
+
+  Return the ISO20022 XML corresponding to ``msgId``.
+
+
 Facades
 -------
 

-- 
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]