summaryrefslogtreecommitdiff
path: root/api-merchant.rst
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-06-22 15:06:47 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-06-22 15:06:47 +0200
commitce3d0b6d68159bf4f2f417bff7a59970f87f2329 (patch)
tree9be650bcd90ab5686cc7507330df2592e49d6815 /api-merchant.rst
parentea1bbfcb722089fc54d8cc6209381b1cf666c8b1 (diff)
downloaddocs-ce3d0b6d68159bf4f2f417bff7a59970f87f2329.tar.gz
docs-ce3d0b6d68159bf4f2f417bff7a59970f87f2329.tar.bz2
docs-ce3d0b6d68159bf4f2f417bff7a59970f87f2329.zip
non increasing refund amount
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