commit 95056b563c0e60406af8835ec19f2d9d54c11bf0 parent ad973a639086ed1317f11881bae19fc4d124de09 Author: Joel Häberli <haebu@rubigen.ch> Date: Tue, 19 Mar 2024 20:30:23 +0100 docs: add withdrawal status to response Diffstat:
| M | core/api-nonce2ecash.rst | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/core/api-nonce2ecash.rst b/core/api-nonce2ecash.rst @@ -127,6 +127,13 @@ operation (the ``WITHDRAWAL_ID``) to interact with the withdrawal operation and // Reserve public key generated by the wallet. // According to TALER_ReservePublicKeyP (https://docs.taler.net/core/api-common.html#cryptographic-primitives) reserve_pub_key: EddsaPublicKey; + + // Status of the withdrawal + // pending : the operation is pending parameters selection (exchange and reserve public key) + // selected : the operations has been selected and is pending confirmation + // aborted : the operation has been aborted + // confirmed: the transfer has been confirmed and registered by the bank + withdrawal_status: EddsaPublicKey; } .. http:post:: /withdrawal-operation/$WITHDRAWAL_ID