summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-06-02 23:21:36 +0200
committerChristian Grothoff <christian@grothoff.org>2017-06-02 23:22:12 +0200
commit5151e8b443cf9a9da4efb030868056e2d9069931 (patch)
tree2532182410dd3492cdda39ce01f0318ce84c8758
parent6b62d9659b17895b4a69a01d2321b56d0f5af171 (diff)
downloaddocs-5151e8b443cf9a9da4efb030868056e2d9069931.tar.gz
docs-5151e8b443cf9a9da4efb030868056e2d9069931.tar.bz2
docs-5151e8b443cf9a9da4efb030868056e2d9069931.zip
API clarifications
-rw-r--r--api-exchange.rst8
1 files changed, 7 insertions, 1 deletions
diff --git a/api-exchange.rst b/api-exchange.rst
index 68db316a..40e5952a 100644
--- a/api-exchange.rst
+++ b/api-exchange.rst
@@ -434,6 +434,12 @@ exchange.
// Sender account details, only present if type is "DEPOSIT".
sender_account_details?: any;
+ // Receiver account details, only present if type is "PAYBACK".
+ receiver_account_details?: any;
+
+ // Wire transfer identifier, only present if type is "PAYBACK".
+ wire_transfer?: any;
+
// Transfer details uniquely identifying the transfer, only present if type is "DEPOSIT".
wire_reference?: any;
@@ -455,7 +461,7 @@ exchange.
// Public key of the coin that was paid back; only present if type is "PAYBACK".
coin_pub?: CoinPublicKey;
- // Timestamp when the exchange received the /payback. Only present if `type` is "PAYBACK".
+ // Timestamp when the exchange received the /payback or executed the wire transfer. Only present if `type` is "PAYBACK" or "CLOSING".
timestamp?: Timestamp;
}