taler-docs

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

commit 1dd373c2632eb3975bbcfd93a1941596a6770b2d
parent d09c6024a4c04046193d8dd82a7d4ec998f8cc9a
Author: Antoine A <>
Date:   Mon, 13 Nov 2023 23:38:27 +0000

Improve corebank cashout API

Diffstat:
Mcore/api-corebank.rst | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

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