taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit f6dfc9b3218e582511f6352180d0af86deac25ae
parent 95056b563c0e60406af8835ec19f2d9d54c11bf0
Author: Antoine A <>
Date:   Wed, 20 Mar 2024 12:31:40 +0100

Update corebank API

Diffstat:
Mcore/api-corebank.rst | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git 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: