Remove refund copy from public docs

Keysat has no refund functionality — refunds are handled out-of-band in the
payment processor (the v0.3 revoke-on-refund webhook hook is currently a
no-op). Drop refund mentions so the docs do not describe a flow the daemon
does not implement.
This commit is contained in:
Keysat
2026-06-13 06:58:12 -05:00
parent 23681bc05e
commit 3f1fbe0f3b
4 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ curl https://your-keysat-host/v1/admin/licenses?status=active \
<pre><code>curl -X POST $KS/v1/admin/licenses/$LICENSE_ID/revoke \
-H "Authorization: Bearer ks_..." \
-H "Content-Type: application/json" \
-d '{"reason":"refund issued"}'</code></pre>
-d '{"reason":"customer request"}'</code></pre>
<p>Idempotent. The next online validate from the buyer's app returns <code>reason: revoked</code>.</p>
<p><em>Scope required: <code>licenses:write</code>.</em></p>