aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorAntoine A <>2023-11-14 10:22:23 +0000
committerAntoine A <>2023-11-14 10:30:37 +0000
commit595d3fc77838f6bdc265c85f4ba8876eab96fb47 (patch)
tree18a8769db2dc7bdc882dd9bc83835d9b90ad9cb1 /core
parent75e3f75c40d6b17aa6d5a802a4ebee6e6a317e39 (diff)
downloaddocs-595d3fc77838f6bdc265c85f4ba8876eab96fb47.tar.gz
docs-595d3fc77838f6bdc265c85f4ba8876eab96fb47.tar.bz2
docs-595d3fc77838f6bdc265c85f4ba8876eab96fb47.zip
Improve corebank cashout API
Diffstat (limited to 'core')
-rw-r--r--core/api-corebank.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/core/api-corebank.rst b/core/api-corebank.rst
index 2b1418a6..6ec53f2f 100644
--- a/core/api-corebank.rst
+++ b/core/api-corebank.rst
@@ -760,9 +760,11 @@ 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.
+ * ``TALER_EC_BANK_TAN_CHANNEL_NOT_SUPPORTED``: the chosen ``tan_channel`` is not currently supported.
+ * This server does not support conversion, client should check config response.
+ :http:statuscode:`502 Bad Gateway`:
+ * ``TALER_EC_BANK_TAN_CHANNEL_SCRIPT_FAILED``: TAN transmition via ``tan_channel`` failed.
**Details:**