API call when lnd or btc wallet balance changes

I would like to know if there is a way to watch a wallet, lnd or btc, and then make an API call when a transaction is made. I’m a noob to umbrel and wondered if btcpay server or another app has that capability. If someone could point me in the right direction it would be appreciated. In short, I’d like to trigger an action on my website when a payment occurs.

Thanks for the help!

BTCPay can definitely help with this- I had this set-up for an old website of mine.
Download BTCPay and set up a reverse proxy from tor or a tunnel from cloudflare.

Then from memory I used a Webhook into a Nodejs server to notify me: BTCPay Greenfield API (v1)

1 Like

Awesome, thanks for the reply. I will check it out!