summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r--core/api-merchant.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 999c4f99..ecec7ad1 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -23,9 +23,6 @@
Merchant Backend API
====================
-WARNING: This document describes the version 1 of the merchant backend
-API, which is NOT yet implemented in Git master!
-
The ``*/private/*`` endpoints are only supposed to be exposed
to the merchant internally, and must not be exposed on the
Internet.
@@ -843,7 +840,10 @@ Payment processing
// the summary of the order
summary: string;
- // whether some part of the order is refundable
+ // whether some part of the order is refundable,
+ // that is the refund deadline has not yet expired
+ // and the total amount refunded so far is below
+ // the value of the original transaction.
refundable: boolean;
// whether the order has been paid or not