lnbits-legend/lnbits/extensions/satspay
2023-01-03 19:36:05 +00:00
..
static All extension icons swapped for logo tiles 2022-12-31 14:15:23 +00:00
templates/satspay Merge pull request #1253 from iWarpBTC/qr_inv_pref 2022-12-30 01:04:47 +00:00
__init__.py feat: extract utils to static/js 2022-07-28 15:34:36 +03:00
config.json Updated extension card layout 2023-01-01 18:14:20 +00:00
crud.py extensions/satspay: remove duplicit functions 2023-01-02 18:37:54 +01:00
helpers.py feat: store & show webhook response body 2022-12-13 13:36:21 +02:00
migrations.py add missing f-string for SQL 2022-12-01 12:21:25 +01:00
models.py fix satspay merge error 2022-12-01 13:08:08 +01:00
README.md Corrected casing of LNbits (not LNBits) throughout repo 2022-11-30 14:14:31 +00:00
tasks.py fix: persist webhook call status 2022-12-01 12:21:25 +01:00
views_api.py let's use unique function names 2022-12-30 13:16:11 +01:00
views.py fix: wrong permission required 2022-12-19 11:07:02 +02:00

SatsPay Server

Create onchain and LN charges. Includes webhooks!

Easilly create invoices that support Lightning Network and on-chain BTC payment.

  1. Create a "NEW CHARGE"
    new charge
  2. Fill out the invoice fields
    • set a descprition for the payment
    • the amount in sats
    • the time, in minutes, the invoice is valid for, after this period the invoice can't be payed
    • set a webhook that will get the transaction details after a successful payment
    • set to where the user should redirect after payment
    • set the text for the button that will show after payment (not setting this, will display "NONE" in the button)
    • select if you want onchain payment, LN payment or both
    • depending on what you select you'll have to choose the respective wallets where to receive your payment
      charge form
  3. The charge will appear on the Charges section
    charges
  4. Your customer/payee will get the payment page
    • they can choose to pay on LN
      offchain payment
    • or pay on chain
      onchain payment
  5. You can check the state of your charges in LNbits
    invoice state