summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine A <>2024-03-20 17:24:56 +0100
committerAntoine A <>2024-03-20 17:25:29 +0100
commit08199f9ded885440918b8230424bf8dc7895a8b5 (patch)
tree19c4f595ed23ff5a8ed3961511c834757c78d877
parentef283376590c382c5c46d9b9d551b085b14fdb4f (diff)
downloaddocs-08199f9ded885440918b8230424bf8dc7895a8b5.tar.gz
docs-08199f9ded885440918b8230424bf8dc7895a8b5.tar.bz2
docs-08199f9ded885440918b8230424bf8dc7895a8b5.zip
Update corebank API
-rw-r--r--core/api-corebank.rst8
1 files changed, 8 insertions, 0 deletions
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