summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-08-22 19:22:16 +0200
committerChristian Grothoff <christian@grothoff.org>2020-08-22 19:22:16 +0200
commitd86e4e6e844dd9aee47fe77c62def8470e501d44 (patch)
tree5d09cd29bf2e4bff74c6b5a02639e18a5dffca13 /core/api-merchant.rst
parente75db5acf7db8bf51d5e5e0ea7c6c19652432b89 (diff)
downloaddocs-d86e4e6e844dd9aee47fe77c62def8470e501d44.tar.gz
docs-d86e4e6e844dd9aee47fe77c62def8470e501d44.tar.bz2
docs-d86e4e6e844dd9aee47fe77c62def8470e501d44.zip
add h_contract to refund response
Diffstat (limited to 'core/api-merchant.rst')
-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;
}