summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.