lnbits-legend/lnbits/extensions/satspay
2022-12-01 12:21:25 +01:00
..
static/js fix: oldObj should not overwrite properties 2022-12-01 12:21:25 +01:00
templates/satspay fix: mempool hostname 2022-12-01 12:21:25 +01:00
__init__.py feat: extract utils to static/js 2022-07-28 15:34:36 +03:00
config.json satspay ext added 2021-10-14 10:02:02 +01:00
crud.py refactor: remove duplicate code 2022-12-01 12:21:25 +01:00
helpers.py fix: wallet not found error (#1063) 2022-10-20 16:40:23 +02:00
migrations.py satspay ext added 2021-10-14 10:02:02 +01:00
models.py fix: wallet not found error (#1063) 2022-10-20 16:40:23 +02:00
README.md Fix typo's (#1136) 2022-11-19 14:10:12 -06:00
tasks.py fix: call webhook in the background (from the task.py) 2022-12-01 12:21:25 +01:00
views.py fix: mempool hostname 2022-12-01 12:21:25 +01:00
views_api.py fix: call webhook in the background (from the task.py) 2022-12-01 12:21:25 +01: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