mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-24 06:48:02 +01:00
* Updated api docs example CURL calls for satspay server * Updated api docs example CURL calls for copilot extension * Updated api docs example CURL calls for jukebox extension * Updated api docs example CURL calls for livestream extension * Updated api docs example CURL calls for lnaddress extension * Updated api docs example CURL calls for lnurldevices extension * Updated api docs example CURL calls for lnurlp extension * Updated api docs example CURL calls for offlineshop extension * Updated api docs example CURL calls for paywall extension * Updated api docs example CURL calls for satsdice extension * Updated api docs example CURL calls for splitpayments extension * Fix typo double slash in satsdice extension api docs * Updated api docs example CURL calls for tpos extension * Updated api docs example CURL calls for watchonly extension |
||
---|---|---|
.. | ||
static/js | ||
templates/splitpayments | ||
__init__.py | ||
config.json | ||
crud.py | ||
migrations.py | ||
models.py | ||
README.md | ||
tasks.py | ||
views.py | ||
views_api.py |
Split Payments
Have payments split between multiple wallets
LNBits Split Payments extension allows for distributing payments across multiple wallets. Set it and forget it. It will keep splitting your payments across wallets forever.
Usage
- After enabling the extension, choose the source wallet that will receive and distribute the Payments
- Add the wallet or wallets info to split payments to
- get the wallet id, or an invoice key from a different wallet. It can be a completely different user as long as it's under the same LNbits instance/domain. You can get the wallet information on the API Info section on every wallet page
- set a wallet Alias for your own identification\
- set how much, in percentage, this wallet will receive from every payment sent to the source wallets
-
When done, click "SAVE TARGETS" to make the splits effective
-
You can have several wallets to split to, as long as the sum of the percentages is under or equal to 100%
-
When the source wallet receives a payment, the extension will automatically split the corresponding values to every wallet\