gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] 01/02: allow optional cashout address


From: gnunet
Subject: [taler-docs] 01/02: allow optional cashout address
Date: Wed, 12 Apr 2023 11:37:51 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository docs.

commit 53c4a164a4d13b4efddb70d3d05a45fda157ee15
Author: MS <ms@taler.net>
AuthorDate: Wed Apr 12 11:36:41 2023 +0200

    allow optional cashout address
---
 libeufin/api-sandbox.rst | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/libeufin/api-sandbox.rst b/libeufin/api-sandbox.rst
index c5372e5..17ca05e 100644
--- a/libeufin/api-sandbox.rst
+++ b/libeufin/api-sandbox.rst
@@ -291,8 +291,12 @@ Accounts
        name: string;
 
        // 'payto' address pointing the bank account
-       // where to send cashouts.
-       cashout_address: string;
+       // where to send cashouts.  This field is optional
+       // because not all the accounts are required to participate
+       // in the merchants' circuit.  One example is the exchange:
+       // that never cashouts.  Registering these accounts can
+       // be done via the access API.
+       cashout_address?: string;
      }
 
    :http:statuscode:`403 Forbidden`:

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]