summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-05-20 15:01:32 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-05-20 15:01:32 +0530
commit9339ceac3a570f958593ba25ded5f352887a0450 (patch)
tree8375d09afdd1fc0abe63a636ec3d1235958dcade
parenta961cdbb00cbf70b1fa112d6636ba820696b79f5 (diff)
downloaddocs-9339ceac3a570f958593ba25ded5f352887a0450.tar.gz
docs-9339ceac3a570f958593ba25ded5f352887a0450.tar.bz2
docs-9339ceac3a570f958593ba25ded5f352887a0450.zip
nexus protocol query
-rw-r--r--libeufin/api-nexus.rst24
1 files changed, 23 insertions, 1 deletions
diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index 16f59977..7624e9a6 100644
--- a/libeufin/api-nexus.rst
+++ b/libeufin/api-nexus.rst
@@ -340,7 +340,7 @@ Facades
List available facades.
-.. http:get:: <nexus>/facade/${fcid}
+.. http:get:: {nexus}/facade/${fcid}
Get details about a facade.
@@ -374,6 +374,28 @@ Facades
}
+Bank Connection Protocols
+-------------------------
+
+.. http:get:: {nexus}/bank-connection-protocols
+
+ List supported bank connection protocols.
+
+.. http:post:: {nexus}/bank-connection-protocols/ebics/test-host
+
+ Check if the nexus can talk to an EBICS host.
+ This doesn't create a new connection in the database,
+ and is useful during setup when the user hasn't entered
+ the full details for the connection yet.
+
+ .. ts:def:: EbicsHostTestRequest
+
+ interface EbicsHostTestRequest {
+ ebicsBaseUrl: string;
+ ebicsHostId: string;
+ }
+
+
EBICS-specific APIs
-------------------