summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine A <>2023-11-13 23:38:27 +0000
committerAntoine A <>2023-11-13 23:38:27 +0000
commit1dd373c2632eb3975bbcfd93a1941596a6770b2d (patch)
treea8ffa92fa3f877af6d2a3493577c8d1b9d8031a5
parentd09c6024a4c04046193d8dd82a7d4ec998f8cc9a (diff)
downloaddocs-1dd373c2632eb3975bbcfd93a1941596a6770b2d.tar.gz
docs-1dd373c2632eb3975bbcfd93a1941596a6770b2d.tar.bz2
docs-1dd373c2632eb3975bbcfd93a1941596a6770b2d.zip
Improve corebank cashout API
-rw-r--r--core/api-corebank.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/api-corebank.rst b/core/api-corebank.rst
index 011972cc..2b1418a6 100644
--- a/core/api-corebank.rst
+++ b/core/api-corebank.rst
@@ -760,10 +760,9 @@ Cashouts
* ``TALER_EC_BANK_BAD_CONVERSION`` : exchange rate was calculated incorrectly by the client.
* ``TALER_EC_BANK_MISSING_TAN_INFO`` : the user did not share any contact data where to send the TAN via ``tan_channel``.
* ``TALER_EC_BANK_UNALLOWED_DEBIT`` : the account does not have sufficient funds.
+ * ``TALER_EC_BANK_TAN_CHANNEL_SCRIPT_FAILED``: TAN transmition via ``tan_channel`` failed.
:http:statuscode:`501 Not Implemented`:
This server does not support conversion or the chosen ``tan_channel`` is not currently supported.
- :http:statuscode:`502 Bad Gateway`:
- TAN transmition via ``tan_channel`` failed.
**Details:**