summaryrefslogtreecommitdiff
path: root/libeufin/api-sandbox.rst
diff options
context:
space:
mode:
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