summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-01-08 14:55:07 +0100
committerFlorian Dold <florian.dold@gmail.com>2020-01-08 14:55:07 +0100
commitf2d3bfc05babdf74854cab9a2442506426668b18 (patch)
tree838f22f49fadbd0f03f44ec9ae2ff64144813107 /core
parentd881b72ea96891d2a15ae5e4cc1659b669bd1cf2 (diff)
downloaddocs-f2d3bfc05babdf74854cab9a2442506426668b18.tar.gz
docs-f2d3bfc05babdf74854cab9a2442506426668b18.tar.bz2
docs-f2d3bfc05babdf74854cab9a2442506426668b18.zip
clarify timestamp
Diffstat (limited to 'core')
-rw-r--r--core/api-wire-plugin-bank.rst8
1 files changed, 7 insertions, 1 deletions
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.