From 5df25df3757c196e80677b2a9c6de23db711182d Mon Sep 17 00:00:00 2001 From: Keysat Date: Thu, 18 Jun 2026 12:00:09 -0500 Subject: [PATCH] Remove false claim that Keysat emails licenses to buyers Keysat has no email send path and none is planned; the receipt page is the delivery mechanism. install.html Step 8 incorrectly told operators the license is emailed to the buyer. --- install.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.html b/install.html index 9273ca4..59d6c0a 100644 --- a/install.html +++ b/install.html @@ -162,7 +162,7 @@ payment_methods: [BTC-OnChain, BTC-LightningNetwork]https://<your-keysat-host>/buy/<product-slug> -

Buyers hit it, see your product, click "Pay", and BTCPay’s checkout takes over. On payment confirmation, Keysat receives a webhook from BTCPay, signs a license, and emails it to the buyer (if they entered an email) and shows it on the receipt page.

+

Buyers hit it, see your product, click "Pay", and BTCPay’s checkout takes over. On payment confirmation, Keysat receives a webhook from BTCPay, signs a license, and shows it on the receipt page.

Test it end-to-end by creating a free-license discount code and redeeming it: the same code path runs, just without the payment leg.