NoDawn Play free

The Vigil · Refunds

When money comes back.

Draft — pending legal review

This document describes what NoDawn actually does, read out of the code and database rather than from a template, and that part is accurate. The legal framing around it — jurisdiction, liability, consumer-law carve-outs — has not been reviewed by a lawyer and may change before launch.

Points still marked like this are genuinely undecided. They are shown rather than guessed, because each one is a commitment nobody has made yet.

Last updated: 2026-08-02 · Contact: the Vigil Discord, or the feedback form inside the game


1. Your statutory rights come first

Nothing here removes rights the law gives you.

2. What we refund

Yes, on request within days, if unused:

Condition
Cosmetics (card backs, boards, avatars, sigils)Not equipped, or equipped only briefly
Currency (Blood Orbs, Vitae Shards)The purchased balance is unspent
Passes and subscriptionsWithin the window and with no rewards claimed

Always, regardless of window:

3. What we do not refund

4. How to ask

Write to the in-game feedback form or the Vigil Discord with the account email, roughly when you bought it, and what you bought. We aim to answer within.

Approved refunds go back to the original payment method via Stripe, typically within depending on your bank. The item is removed from your account when the refund is issued.

5. If we end your account or the service

6. Chargebacks — please talk to us first

If you dispute a charge with your bank instead of contacting us, we may suspend the account while the dispute is open, and a resolved-against-you chargeback may cost you the account permanently.

This is not a threat, it is how the payment system works: a chargeback costs us the amount plus a fee regardless of who is right, and we cannot tell a mistaken charge from a fraudulent one without hearing from you. Almost every dispute is resolved faster by email.

7. Implementation notes (delete before publishing)

These are engineering tasks this policy implies, recorded so the policy does not promise something the product cannot do:

  1. Checkout must capture EU digital-content consent — an explicit "I agree to immediate delivery and understand I lose my 14-day withdrawal right" checkbox, stored with the purchase. Without it, §1's exception is unavailable and every EU sale is refundable for 14 days.
  2. The refund path must revoke the entitlement. stripe-webhook already handles charge.refunded and revokes what a purchase granted — verify it covers currency and passes, not only SKU entitlements.
  3. "Unspent" must be checkable. Deciding a currency refund needs the wallet ledger to show whether the purchased balance was spent. nd_wallet_ledger records this; make sure support can read it without direct SQL.
  4. Link this policy AT the point of purchase, not only in a footer. Refund terms shown after payment are unenforceable in most consumer regimes.