lnbits-legend/lnbits/extensions/paywall
2023-01-03 23:21:17 +01:00
..
static/image Tile size standard should be 128px 2023-01-03 20:05:44 +00:00
templates/paywall Merge pull request #1253 from iWarpBTC/qr_inv_pref 2022-12-30 01:04:47 +00:00
__init__.py All extension icons swapped for logo tiles 2022-12-31 14:15:23 +00:00
config.json Updated extension card layout 2023-01-01 18:14:20 +00:00
crud.py black 2021-11-12 04:14:55 +00:00
migrations.py Update migrations.py 2022-11-19 14:32:17 -06:00
models.py black 2021-11-12 04:14:55 +00:00
README.md paywall initial 2021-10-26 22:52:11 +01:00
views_api.py fix mypy for lnbits/extensions/paywall 2023-01-03 23:21:17 +01:00
views.py black 2021-11-12 04:14:55 +00:00

Paywall

Hide content behind a paywall, a user has to pay some amount to access your hidden content

A Paywall is a way of restricting to content via a purchase or paid subscription. For example to read a determined blog post, or to continue reading further, to access a downloads area, etc...

Usage

  1. Create a paywall by clicking "NEW PAYWALL"
    create new paywall
  2. Fill the options for your PAYWALL
    • select the wallet
    • set the link that will be unlocked after a successful payment
    • give your paywall a Title
    • an optional small description
    • and set an amount a user must pay to access the hidden content. Note this is the minimum amount, a user can over pay if they wish
    • if Remember payments is checked, a returning paying user won't have to pay again for the same content.
      paywall config
  3. You can then use your paywall link to secure your awesome content
    paywall link
  4. When a user wants to access your hidden content, he can use the minimum amount or increase and click the "Check icon" to generate an invoice, user will then be redirected to the content page
    user paywall view