commit f2d3bfc05babdf74854cab9a2442506426668b18 parent d881b72ea96891d2a15ae5e4cc1659b669bd1cf2 Author: Florian Dold <florian.dold@gmail.com> Date: Wed, 8 Jan 2020 14:55:07 +0100 clarify timestamp Diffstat:
| M | 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 @@ -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.