aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine A <>2023-11-24 18:54:09 +0000
committerAntoine A <>2023-11-24 18:54:09 +0000
commitb7b223ea2595c0d12b7f2cc725b3310d633f73ce (patch)
tree90c15da445bb69c5f2bb6476e3b3ebf9ae8e1924
parent02b8c75f22927c0dc5daef88d7cd9a81c0a29f7e (diff)
downloaddocs-b7b223ea2595c0d12b7f2cc725b3310d633f73ce.tar.gz
docs-b7b223ea2595c0d12b7f2cc725b3310d633f73ce.tar.bz2
docs-b7b223ea2595c0d12b7f2cc725b3310d633f73ce.zip
Add tan transmission information to CashoutStatusResponse
-rw-r--r--core/api-corebank.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/api-corebank.rst b/core/api-corebank.rst
index a0adf55c..43752ec3 100644
--- 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: