summaryrefslogtreecommitdiff
path: root/libeufin/api-nexus.rst
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-06-23 15:09:40 +0200
committerMS <ms@taler.net>2020-06-23 15:09:40 +0200
commitb07451724f826c8c33630055814516d9fb520e1a (patch)
treeff746829fe40c6a5e3084821c94be1a348e6b71d /libeufin/api-nexus.rst
parent296063ebe0aef4ee94eed7068fc5500e52708703 (diff)
downloaddocs-b07451724f826c8c33630055814516d9fb520e1a.tar.gz
docs-b07451724f826c8c33630055814516d9fb520e1a.tar.bz2
docs-b07451724f826c8c33630055814516d9fb520e1a.zip
remove deprecated endpoint
Diffstat (limited to 'libeufin/api-nexus.rst')
-rw-r--r--libeufin/api-nexus.rst22
1 files changed, 0 insertions, 22 deletions
diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index 1e713fd9..56b82343 100644
--- a/libeufin/api-nexus.rst
+++ b/libeufin/api-nexus.rst
@@ -356,28 +356,6 @@ to the real bank.
account: string;
}
-.. http:get:: {nexusBase}/bank-connections/{connid}/accounts/imported
-
- List the bank accounts that were imported under this bank connection:
-
- .. ts:def:: BankAccount
-
- interface BankAccount {
-
- // iban
- iban: string;
-
- // bic
- bic: string;
-
- // account holder
- holder: string;
-
- // custom account label as given by the user
- account: string;
- }
-
-
.. http:post:: {nexusBase}/bank-connections/{connid}/accounts/import
Import one bank account, allowing the user to name it.