summaryrefslogtreecommitdiff
path: root/libeufin
diff options
context:
space:
mode:
authorMS <ms@taler.net>2023-01-02 17:21:12 +0100
committerMS <ms@taler.net>2023-01-02 17:21:12 +0100
commiteeb50a70c72ae407ff32e9b0c4f1ab573bd7b731 (patch)
tree917bf5385d8938b357d4cd38a1d5989e6f66aa7e /libeufin
parent5bac85ddeee72792d8507f6b67d8ffec9fbb19ea (diff)
downloaddocs-eeb50a70c72ae407ff32e9b0c4f1ab573bd7b731.tar.gz
docs-eeb50a70c72ae407ff32e9b0c4f1ab573bd7b731.tar.bz2
docs-eeb50a70c72ae407ff32e9b0c4f1ab573bd7b731.zip
Circuit API: fix leftovers.
Diffstat (limited to 'libeufin')
-rw-r--r--libeufin/api-sandbox.rst8
1 files changed, 3 insertions, 5 deletions
diff --git a/libeufin/api-sandbox.rst b/libeufin/api-sandbox.rst
index defae803..afbc3513 100644
--- a/libeufin/api-sandbox.rst
+++ b/libeufin/api-sandbox.rst
@@ -134,10 +134,8 @@ Accounts
interface CircuitAccountReconfiguration {
- // Addresses where to send the TAN. If
- // this field is missing, then the cashout
- // won't succeed.
- contact_data?: CircuitContactData;
+ // Addresses where to send the TAN.
+ contact_data: CircuitContactData;
// 'payto' address pointing the bank account
// where to send payments, in case the user
@@ -311,7 +309,7 @@ Cashouts
The exchange rate was incorrectly applied.
:http:statuscode:`403 Forbidden`:
A institutional user (``admin`` or ``bank``) tried the operation.
- :http:statuscode:`409 Forbidden`:
+ :http:statuscode:`409 Conflict`:
The user did not share any contact data where to send the TAN.
:http:statuscode:`412 Precondition failed`:
The account does not have sufficient funds.