From 95056b563c0e60406af8835ec19f2d9d54c11bf0 Mon Sep 17 00:00:00 2001 From: Joel Häberli Date: Tue, 19 Mar 2024 20:30:23 +0100 Subject: docs: add withdrawal status to response --- core/api-nonce2ecash.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/core/api-nonce2ecash.rst b/core/api-nonce2ecash.rst index 9e69e954..ad7c4997 100644 --- 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 -- cgit v1.2.3