summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-02-21 13:01:18 +0100
committerChristian Grothoff <christian@grothoff.org>2023-02-21 13:01:18 +0100
commit271b7140cbe5774e64fbe3d669d0bce6cde3985b (patch)
tree77639cb96a24bd05fd8f1ae74d2d93da237a6a51 /core/api-merchant.rst
parent559514aee334782face75959db91a148177e6e8a (diff)
downloaddocs-271b7140cbe5774e64fbe3d669d0bce6cde3985b.tar.gz
docs-271b7140cbe5774e64fbe3d669d0bce6cde3985b.tar.bz2
docs-271b7140cbe5774e64fbe3d669d0bce6cde3985b.zip
-update pay spec to return confirmation code
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r--core/api-merchant.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index ee98d5a2..091a0d74 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -285,6 +285,10 @@ Making the payment
// key of the merchant instance.
sig: EddsaSignature;
+ // Text to be shown to the point-of-sale staff as a proof of
+ // payment.
+ pos_confirmation?: string;
+
}
.. ts:def:: PayRequest