taler-docs

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

commit 0c76482eb547ed3fb5bb7443833a4c48ca221597
parent 0539d6bbcc9c271c7d6bece426677e07ba4ae954
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Fri,  3 Oct 2025 14:37:46 +0200

add disable_direct_deposit config field for #10465

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

diff --git a/core/api-exchange.rst b/core/api-exchange.rst @@ -260,6 +260,15 @@ possibly by using HTTPS. // @since in protocol **v24**. kyc_enabled: boolean; + // Set to TRUE if wallets should disable the direct deposit feature + // and deposits should only go via Taler merchant APIs. + // Mainly used for regional currency and event currency deployments + // where wallets are not eligible to deposit back into originating + // bank accounts and, because KYC is not enabled, wallets are thus + // likely to send money to nirvana instead of where users want it. + // @since in protocol **v30**. + disable_direct_deposit: boolean; + // EdDSA master public key of the exchange, used to sign entries // in ``denoms`` and ``signkeys``. master_public_key: EddsaPublicKey;