taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit ce3d0b6d68159bf4f2f417bff7a59970f87f2329
parent ea1bbfcb722089fc54d8cc6209381b1cf666c8b1
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Thu, 22 Jun 2017 15:06:47 +0200

non increasing refund amount

Diffstat:
Mapi-merchant.rst | 8+++++---
1 file changed, 5 insertions(+), 3 deletions(-)

diff --git 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