also, can you point the link for electrum daemon?
yes, electrum can be run next to core, eventough i'm wondering why you'd use electrum if you're also running bitcoin core... I have no experience with btcpayserver, but if it's using core in the background i wonder if btcpayserver is also able to handle payouts if you import the xprv instead of the xpub??? If not, you should be able to import the xprv into the bitcoin core instance you're running anyways and use core's json-rpc interface to handle payouts (i've never done this myself, but iirc, it should be possible, altough i don't know if the derivation path is the same between both implementations???)
Here's the link you were asking for: http://docs.electrum.org/en/latest/merchant.html
Hi thanks for your suggestion. we use electrum daemon now. but electrum cant notify incoming payments. so we need to hack blockchain.info to receive txhash for spesific payment and get notification from there.
(was thinking on using a stupid trick like selenium automation to check every transaction)