Merchant playbooks

These are the shortest operational runbooks for common Hilt issues. They assume the merchant already has one live product and wants the next action quickly.

1. Go live with one clear product

The safest first launch is still:
  1. create one real product
  2. make the price and delivery path obvious
  3. run one tiny live payment
  4. verify payment, membership, receipt, and support state afterwards
Do not create many offers before one full trail is proven.

2. Payment confirmed but access did not land

When a buyer says “I paid, but I do not have access”:
  1. find the membership or payment first
  2. open provider diagnostics for Telegram or Discord when available
  3. retry delivery if the issue looks transient
  4. keep the linked support ticket attached if the case still needs a human trail
That keeps recovery tied to the same membership history instead of scattered messages.

3. A recurring buyer needs the next period

Hilt is manual-renewal-first right now. When a recurring buyer needs the next step:
  1. open the member record
  2. load the reactivation detail
  3. send the renewal or reactivation link that Hilt is already using for that member
  4. use the support trail only when the recurring path is unclear or broken

4. A buyer needs proof of payment

When proof is the main issue:
  1. open the receipt
  2. use the public proof page when a browser view is enough
  3. send the proof link or PDF directly when the buyer needs a clean artifact
That is much better than screenshots because the proof stays verifiable and consistent.

5. Your integration or webhook path looks broken

When an external system looks out of sync:
  1. check recent webhook deliveries in the dashboard
  2. re-send the webhook when the downstream endpoint is fixed
  3. use the event timeline to see what Hilt actually emitted for the payment or membership
  4. if you are still building, test the same flow in the sandbox before touching live traffic again

6. Support reply checklist

When a buyer writes in, the clean sequence is:
  1. find the payment, membership, or receipt
  2. decide whether the issue is delivery, renewal timing, or proof
  3. run the built-in action that matches that problem
  4. reply with the next concrete step, not a vague status message
That is the habit that makes Hilt support feel calm and professional.