summaryrefslogtreecommitdiff
path: root/libeufin/api-sandbox.rst
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-09-27 00:54:37 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-09-27 00:55:03 +0200
commit8bfd85f7c50ffad565e8111891eb61a47cc6f969 (patch)
tree2cc988bbd018b3b003ec91e9754a50a72ff9b11e /libeufin/api-sandbox.rst
parenta1ce922c1efc95e963ce7d2ff694de4e78b4a1c9 (diff)
downloaddocs-8bfd85f7c50ffad565e8111891eb61a47cc6f969.tar.gz
docs-8bfd85f7c50ffad565e8111891eb61a47cc6f969.tar.bz2
docs-8bfd85f7c50ffad565e8111891eb61a47cc6f969.zip
libeufin: ebics/nots
Diffstat (limited to 'libeufin/api-sandbox.rst')
-rw-r--r--libeufin/api-sandbox.rst9
1 files changed, 7 insertions, 2 deletions
diff --git a/libeufin/api-sandbox.rst b/libeufin/api-sandbox.rst
index c020ccce..df0be59b 100644
--- a/libeufin/api-sandbox.rst
+++ b/libeufin/api-sandbox.rst
@@ -51,14 +51,15 @@ HTTP API
Get information about a customer.
-
- .. code-block:: tsref
+ .. ts:def:: CustomerInfo
interface CustomerInfo {
ebicsInfo?: CustomerEbicsInfo;
finTsInfo?: CustomerFinTsInfo;
}
+ .. ts:def:: CustomerEbicsInfo
+
interface CustomerEbicsInfo {
ebicsHostId: string;
ebicsParterId: string;
@@ -68,6 +69,10 @@ HTTP API
subscriberInitializationState: "NEW" | "PARTIALLY_INITIALIZED_INI" | "PARTIALLY_INITIALIZED_HIA" | "READY" | "INITIALIZED";
}
+ .. ts:def:: CustomerFinTsInfo
+
+ // TODO
+
.. http:post:: /admin/customers/:id/ebics/keyletter
Accept the information from the customer's ("virtual") INI-Letter and HIA-Letter