lnbits-legend/lnbits/extensions/satspay
2022-07-28 15:35:39 +03:00
..
static/js feat: add expanding details to rows 2022-07-28 15:35:39 +03:00
templates/satspay feat: use custom mempool_endpoint for the charge details 2022-07-28 15:35:39 +03: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 feat: use custom mempool_endpoint for the charge details 2022-07-28 15:35:39 +03:00
migrations.py satspay ext added 2021-10-14 10:02:02 +01:00
models.py chore: add a todo 2022-07-28 15:34:36 +03:00
README.md satspay ext added 2021-10-14 10:02:02 +01:00
tasks.py python code styling (#739) 2022-07-15 19:11:11 +02:00
views.py feat: use custom mempool_endpoint for the charge details 2022-07-28 15:35:39 +03:00
views_api.py feat: use custom mempool_endpoint for the charge details 2022-07-28 15:35:39 +03: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 costumer/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