gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: importing bank accounts API


From: gnunet
Subject: [taler-docs] branch master updated: importing bank accounts API
Date: Fri, 19 Jun 2020 14:13:18 +0200

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 9609a02  importing bank accounts API
9609a02 is described below

commit 9609a023ee62932eaa42c1e3db8bda4ddb359c00
Author: MS <ms@taler.net>
AuthorDate: Fri Jun 19 14:13:06 2020 +0200

    importing bank accounts API
---
 libeufin/api-nexus.rst | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index 5eb8044..0a56843 100644
--- a/libeufin/api-nexus.rst
+++ b/libeufin/api-nexus.rst
@@ -327,6 +327,9 @@ to the real bank.
 
    Make a passphrase-encrypted backup of this connection.
 
+..
+  not implemented.
+
 .. http:post:: {nexusBase}/bank-connections/{connid}/accounts/fetch
 
    Update accounts that are accessible via this bank connection.
@@ -336,6 +339,22 @@ to the real bank.
    list accounts that are accessible via this bank connection and what
    LibEuFin accounts they are connected to.
 
+.. http:post:: {nexusBase}/bank-connections/{connid}/accounts/import
+
+   Import one bank account, allowing the user to name it.
+
+  .. ts:def:: ImportBankAccount
+
+     interface ImportBankAccount {
+
+       // alphanumeric identifier given by the bank to
+       // the bank account to import.
+       accountId: string;
+
+       // alphanumeric name chosen by the user to identify
+       // locally such imported bank account.
+       localName: string;
+     }
 
 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]