summaryrefslogtreecommitdiff
path: root/api-merchant.rst
diff options
context:
space:
mode:
Diffstat (limited to 'api-merchant.rst')
-rw-r--r--api-merchant.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/api-merchant.rst b/api-merchant.rst
index 5563ed2d..39e4d6b4 100644
--- a/api-merchant.rst
+++ b/api-merchant.rst
@@ -236,9 +236,11 @@ The following API are made available by the merchant's `backend` to the merchant
The request body is a `RefundRequest`_ object.
**Response**
-
- If the operation was successful, the backend responds with a signed confirmation,
- see `RefundConfirmation`_
+
+ :status 200 OK:
+ The refund amount has been increased, the backend responds with a `RefundConfirmation`_
+ :status 400 Bad request:
+ The refund amount is not consistent: it is not bigger than the previous one.
.. _RefundRequest:
.. code-block:: tsref