taler-docs

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

commit ff4939564da4a4c52face5738d5182c6e8af887e
parent 902203ca0a391a05bb229d9b599fd2fa9b016939
Author: MS <ms@taler.net>
Date:   Fri, 12 May 2023 21:31:00 +0200

matching the implementation

Diffstat:
Mlibeufin/api-sandbox.rst | 12+++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/libeufin/api-sandbox.rst b/libeufin/api-sandbox.rst @@ -156,11 +156,13 @@ Accounts // Addresses where to send the TAN. contact_data: CircuitContactData; - // 'payto' address pointing the bank account - // where to send payments, in case the user - // wants to convert the local currency back - // to fiat. - cashout_address: string; + // Optional field. 'Payto' address pointing the + // bank account where to send payments, in case the + // user wants to convert the local currency back + // to fiat. If this field is missing, any cash-out + // address will be deleted and the user loses their + // cash-out capability. + cashout_address?: string; // Legal name associated with $username. NOTE: // only the administrator can change this value.