summaryrefslogtreecommitdiff
path: root/api-merchant.rst
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-06-23 00:12:44 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-06-23 00:12:44 +0200
commitfef01a2b51df2ff5831a18e8c5d0f896675fe74e (patch)
tree2dd0e2dddb973facf6991ed298a85c0144da20f6 /api-merchant.rst
parentce3d0b6d68159bf4f2f417bff7a59970f87f2329 (diff)
downloaddocs-fef01a2b51df2ff5831a18e8c5d0f896675fe74e.tar.gz
docs-fef01a2b51df2ff5831a18e8c5d0f896675fe74e.tar.bz2
docs-fef01a2b51df2ff5831a18e8c5d0f896675fe74e.zip
note on /refund for wallets
Diffstat (limited to 'api-merchant.rst')
-rw-r--r--api-merchant.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/api-merchant.rst b/api-merchant.rst
index 39e4d6b4..7bfe85fa 100644
--- a/api-merchant.rst
+++ b/api-merchant.rst
@@ -139,6 +139,12 @@ The Frontend HTTP API
(and therefore not spending additional money).
+.. http:post:: refund_url
+
+ Although this POST is issued by the merchant UI, wallets are supposed to catch
+ its response. In the successful case, this response will have a `402 Payment Required`
+ status code, and a `X-Taler-Refund-Url` header containing the refund data URL.
+
------------------------------
The Merchant Backend HTTP API
------------------------------