summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMS <ms@taler.net>2023-05-12 21:31:00 +0200
committerMS <ms@taler.net>2023-05-12 21:31:18 +0200
commitff4939564da4a4c52face5738d5182c6e8af887e (patch)
tree60b9e57c17701e4767bf4e47d6a129914cb44683
parent902203ca0a391a05bb229d9b599fd2fa9b016939 (diff)
downloaddocs-ff4939564da4a4c52face5738d5182c6e8af887e.tar.gz
docs-ff4939564da4a4c52face5738d5182c6e8af887e.tar.bz2
docs-ff4939564da4a4c52face5738d5182c6e8af887e.zip
matching the implementation
-rw-r--r--libeufin/api-sandbox.rst12
1 files changed, 7 insertions, 5 deletions
diff --git a/libeufin/api-sandbox.rst b/libeufin/api-sandbox.rst
index 6505d942..fe6c77a2 100644
--- 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.