summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-10-07 12:09:37 +0200
committerChristian Grothoff <christian@grothoff.org>2020-10-07 12:09:37 +0200
commit0212cfe9da3c0ac26d407fbc3b8ac655ba70eb4a (patch)
tree34c7f736b84bc5810af85d1acf76f87e7687ae5a /core/api-merchant.rst
parentc1f11a8882a032d49e5bfa7fb246ee155ee925f1 (diff)
downloaddocs-0212cfe9da3c0ac26d407fbc3b8ac655ba70eb4a.tar.gz
docs-0212cfe9da3c0ac26d407fbc3b8ac655ba70eb4a.tar.bz2
docs-0212cfe9da3c0ac26d407fbc3b8ac655ba70eb4a.zip
fix #6601
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