summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/api-exchange.rst2
-rw-r--r--core/api-merchant.rst2
2 files changed, 3 insertions, 1 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index ea735edc..979eca86 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -1224,7 +1224,7 @@ typically also view the balance.)
.. ts:def:: TrackTransferResponse
interface TrackTransferResponse {
- // Total amount transferred
+ // Actual amount of the wire transfer, excluding the wire fee.
total: Amount;
// Applicable wire fee that was charged
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 0d3f983c..fddaea57 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -1844,6 +1844,8 @@ Giving Customer Tips
// Only present if asked for explicitly.
tips?: TipStatusEntry[];
+ // Is this reserve active (false if it was deleted but not purged)
+ active: boolean;
}
.. ts:def:: TipStatusEntry