summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-06-13 23:47:33 +0200
committerChristian Grothoff <christian@grothoff.org>2020-06-13 23:47:33 +0200
commite942c6941340eaa2f5762a734d985ff9900a154d (patch)
treece42e2d8dc5e8e47c44a52c5643b9fa8ff3afe98 /core
parent467bf158123dc38542a29caa8827205741e7f4e9 (diff)
downloaddocs-e942c6941340eaa2f5762a734d985ff9900a154d.tar.gz
docs-e942c6941340eaa2f5762a734d985ff9900a154d.tar.bz2
docs-e942c6941340eaa2f5762a734d985ff9900a154d.zip
must include merchant public key
Diffstat (limited to 'core')
-rw-r--r--core/api-merchant.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index f8858376..4737e0a1 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -1234,6 +1234,9 @@ Receiving Payments
// Successful refunds for this payment, empty array for none.
refunds: RefundStatus[];
+ // Public key of the merchant.
+ merchant_pub: EddsaPublicKey;
+
}
.. ts:def:: StatusUnpaid