Lnbits is the Swiss Army knife of lightning and nostr! One nostr API I’ve noticed missing though is a way to pull payments from a NWC string. It exists as a funding source and the NWC service provider pulls funds from a wallet, but there is no way to pull payments from a NWC string to a lightning address. I think this would be a huge feature for things subscriptions!
If you're running an LNbits remote signer, please update it at https://nostrconnect.com/
Diffs here
https://github.com/lnbits/nsec-remote-signer/compare/main%40%7B1day%7D...main
Discussion
I'm not completely clear on how this would work. Could you give an example?
Thinking something like this. If I run a web app that I want to incorporate lightning subscriptions into. I could collect NWC strings. Then through a lnbits API, be able to pull a payment from one of the NWC strings. Can handle the payment timing on the web app, but the ability to pull payments from a NWC string with lnbits API could be powerful.