From f2d3bfc05babdf74854cab9a2442506426668b18 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 8 Jan 2020 14:55:07 +0100 Subject: clarify timestamp --- core/api-wire-plugin-bank.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/core/api-wire-plugin-bank.rst b/core/api-wire-plugin-bank.rst index 5a78195e..fae77276 100644 --- a/core/api-wire-plugin-bank.rst +++ b/core/api-wire-plugin-bank.rst @@ -62,7 +62,13 @@ Making Transactions interface TransactionResponse { - // Timestamp related to the transaction being made. + // Timestamp that indicates when the wire transfer will be executed. + // In cases where the wire transfer gateway is unable to know when + // the wire transfer will be executed, the time at which the request + // has been received and stored will be returned. + // The purpose of this field is for debugging (humans trying to find + // the transaction) as well as for taxation (determining which + // time period a transaction belongs to). timestamp: Timestamp; // Opaque of the transaction that the bank has made. -- cgit v1.2.3