commit 53c4a164a4d13b4efddb70d3d05a45fda157ee15 parent 837416e21b76b15d7bc0c671e776b3510304119f Author: MS <ms@taler.net> Date: Wed, 12 Apr 2023 11:36:41 +0200 allow optional cashout address Diffstat:
| M | libeufin/api-sandbox.rst | | | 8 | ++++++-- |
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git 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`: