summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/api-merchant.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 3c0ea712..51b08a82 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -1531,8 +1531,12 @@ Giving Refunds
// URL (handled by the backend) that the wallet should access to
// trigger refund processing.
- // taler://refund/[$H_CONTRACT/$AMOUNT????]
+ // taler://refund/...
taler_refund_uri: string;
+
+ // Contract hash that a client may need to authenticate an
+ // HTTP request to obtain the above URI in a wallet-friendly way.
+ h_contract: HashCode;
}