commit b7b223ea2595c0d12b7f2cc725b3310d633f73ce parent 02b8c75f22927c0dc5daef88d7cd9a81c0a29f7e Author: Antoine A <> Date: Fri, 24 Nov 2023 18:54:09 +0000 Add tan transmission information to CashoutStatusResponse Diffstat:
| M | core/api-corebank.rst | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/core/api-corebank.rst b/core/api-corebank.rst @@ -841,6 +841,14 @@ Cashouts // Time when the cashout was confirmed via its TAN. // Missing when the operation wasn't confirmed yet. confirmation_time?: Timestamp; + + // Channel of the last successful transmission of the TAN challenge. + // Missing when all transmissions failed. + tan_channel?: TanChannel; + + // Info of the last successful transmission of the TAN challenge. + // Missing when all transmissions failed. + tan_info?: string; } .. _circuit-cashouts: