From 5151e8b443cf9a9da4efb030868056e2d9069931 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 2 Jun 2017 23:21:36 +0200 Subject: API clarifications --- api-exchange.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'api-exchange.rst') 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; } -- cgit v1.2.3