From 8bfd85f7c50ffad565e8111891eb61a47cc6f969 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 27 Sep 2019 00:54:37 +0200 Subject: libeufin: ebics/nots --- libeufin/api-sandbox.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'libeufin/api-sandbox.rst') 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 -- cgit v1.2.3