taler-docs

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

commit a7c0cb222a6d78bf773852b88b0318e4ab830ed0
parent 4079e97ab6d014fbdb537396c9c1e4d3e7e8b42e
Author: Antoine A <>
Date:   Tue, 12 Dec 2023 17:02:47 +0000

Update corebank API

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

diff --git a/core/api-corebank.rst b/core/api-corebank.rst @@ -257,6 +257,7 @@ Account Management // If missing, cashouts will fail. // In the future, might be used for other transactions // as well. + // Only admin can change this property. contact_data?: ChallengeContactData; // 'payto' URI of a fiat bank account. @@ -298,6 +299,7 @@ Account Management * ``TALER_EC_BANK_NON_ADMIN_PATCH_LEGAL_NAME`` : a non-admin user has tried to change their legal name. * ``TALER_EC_BANK_NON_ADMIN_PATCH_CASHOUT`` : a non-admin user has tried to change their cashout account. * ``TALER_EC_BANK_NON_ADMIN_PATCH_DEBT_LIMIT``: a non-admin user has tried to change their debt limit. + * ``TALER_EC_BANK_NON_ADMIN_PATCH_CONTACT``: a non-admin user has tried change their contact info. .. _account-password-reconfig: