From 08199f9ded885440918b8230424bf8dc7895a8b5 Mon Sep 17 00:00:00 2001 From: Antoine A <> Date: Wed, 20 Mar 2024 17:24:56 +0100 Subject: Update corebank API --- core/api-corebank.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/core/api-corebank.rst b/core/api-corebank.rst index afab932c..ec1d23d2 100644 --- a/core/api-corebank.rst +++ b/core/api-corebank.rst @@ -531,6 +531,14 @@ Account Management // Is 2FA enabled and what channel is used for challenges? tan_channel?: TanChannel; + + // Current status of the account + // active: the account can be used + // deleted: the account has been deleted but is retained for compliance + // reasons, only the administrator can access it + // Default to 'active' is missing + // @since v4, will become mandatory in the next version. + status?: "active" | "deleted"; } Transactions -- cgit v1.2.3