summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine A <>2024-03-20 12:31:40 +0100
committerAntoine A <>2024-03-20 12:31:40 +0100
commitf6dfc9b3218e582511f6352180d0af86deac25ae (patch)
tree25b7a3fa2853d33b8291b298e45c76a5466ff1e5
parent95056b563c0e60406af8835ec19f2d9d54c11bf0 (diff)
downloaddocs-f6dfc9b3218e582511f6352180d0af86deac25ae.tar.gz
docs-f6dfc9b3218e582511f6352180d0af86deac25ae.tar.bz2
docs-f6dfc9b3218e582511f6352180d0af86deac25ae.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 5a257257..afab932c 100644
--- a/core/api-corebank.rst
+++ b/core/api-corebank.rst
@@ -464,6 +464,14 @@ Account Management
// Opaque unique ID used for pagination.
// @since v4, will become mandatory in the next version.
row_id?: Integer;
+
+ // 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";
}
.. _bank-account-info: