taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 595d3fc77838f6bdc265c85f4ba8876eab96fb47
parent 75e3f75c40d6b17aa6d5a802a4ebee6e6a317e39
Author: Antoine A <>
Date:   Tue, 14 Nov 2023 10:22:23 +0000

Improve corebank cashout API

Diffstat:
Mcore/api-corebank.rst | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git 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:**