summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/api-nonce2ecash.rst7
1 files changed, 7 insertions, 0 deletions
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