summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Häberli <haebu@rubigen.ch>2024-03-19 20:30:23 +0100
committerJoel Häberli <haebu@rubigen.ch>2024-03-19 20:30:54 +0100
commit95056b563c0e60406af8835ec19f2d9d54c11bf0 (patch)
tree9e812330392b666733c7854ff6b8437df5b6f6f9
parentad973a639086ed1317f11881bae19fc4d124de09 (diff)
downloaddocs-95056b563c0e60406af8835ec19f2d9d54c11bf0.tar.gz
docs-95056b563c0e60406af8835ec19f2d9d54c11bf0.tar.bz2
docs-95056b563c0e60406af8835ec19f2d9d54c11bf0.zip
docs: add withdrawal status to response
-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