summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-05-08 12:44:14 +0200
committerChristian Grothoff <christian@grothoff.org>2017-05-08 12:44:22 +0200
commit6691d505779a3884c90bf8df3fc4f618f7618aa6 (patch)
tree2342b8ed64256e2427cd23f8801a24e2a65beefc /api
parentb431a275541047556628e9b0a9ccf8fc8517328d (diff)
downloaddocs-6691d505779a3884c90bf8df3fc4f618f7618aa6.tar.gz
docs-6691d505779a3884c90bf8df3fc4f618f7618aa6.tar.bz2
docs-6691d505779a3884c90bf8df3fc4f618f7618aa6.zip
properly document wtid use in CLOSING case
Diffstat (limited to 'api')
-rw-r--r--api/api-exchange.rst9
1 files changed, 6 insertions, 3 deletions
diff --git a/api/api-exchange.rst b/api/api-exchange.rst
index 29254e14..624639d1 100644
--- a/api/api-exchange.rst
+++ b/api/api-exchange.rst
@@ -432,10 +432,13 @@ exchange.
// Transfer details uniquely identifying the transfer, only present if type is "DEPOSIT".
transfer_details?: any;
+ // Wire transfer subject, only present if type is "CLOSING".
+ wtid?: any;
+
// Hash of the wire account into which the funds were
// returned to, present if type is "CLOSING".
h_wire?: base32;
-
+
// If `type` is "PAYBACK", this is a signature over a `struct TALER_PaybackConfirmationPS` with purpose TALER_SIGNATURE_EXCHANGE_CONFIRM_PAYBACK.
// If `type` is "CLOSING", this is a signature over a `struct TALER_ReserveCloseConfirmationPS` with purpose TALER_SIGNATURE_EXCHANGE_RESERVE_CLOSED.
// Not present for other values of `type`.
@@ -687,7 +690,7 @@ denomination.
// public key of the merchant, for "DEPOSIT" operations.
merchant_pub?: EddsaPublicKey;
-
+
// date when the operation was made.
// Only for "DEPOSIT" operations.
timestamp?: Timestamp;
@@ -695,7 +698,7 @@ denomination.
// date until which the merchant can issue a refund to the customer via the
// exchange, possibly zero if refunds are not allowed. Only for "DEPOSIT" operations.
refund_deadline?: Timestamp;
-
+
// Signature by the coin, only present if `type` is "DEPOSIT" or "MELT".
coin_sig?: EddsaSignature;