summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: