pull down to refresh

I see from this that it should be possible: https://github.com/btcpayserver/btcpayserver/discussions/4642
I can't find how to add plug ins within the BTCPay interface in Voltage.
I can use the "lightning address" plug in to create an address and add that to Amethyst to receive Zaps. It works, but I don't get any notification within Nostr that the Zap has been received. And I think the person sending also gets no feedback that the Zap has been received.
Is there anyway to use either the Voltage BTCPay server or else the LND Node within Voltage to receive Zaps to Nostr and get notified within Nostr?
It has to be Voltage because I happen to be using that for a webstore that I run so I want to use the same infrastructure to receive Zaps in a non custodial way.
1,000 sats bounty
dash's bounties
Currently, Voltage’s managed BTCPay server doesn’t provide built-in Nostr Zap notification integration. You’d likely need a middle layer, a small service or bot that:
  1. Listens to Lightning payments on your LND node or via BTCPay webhooks.
  2. When a payment (Zap) arrives, constructs and publishes a corresponding Nostr event (like a Zap receipt) to notify your Nostr client.
reply