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.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