Yep, that worked. Thanks!
– Now however, I am having issues with generating the merchant key:
D:\Documents\Education\Blockchain - Crypto\IVANONTECH\Lightning\lightning-app-boilerplate-master> node -e "const btcpay=require('btcpay'); new btcpay.BTCPayClient('https://lightning.filipmartinsson.com', btcpay.crypto.load_keypair(Buffer.from('a51ea8abb97400f918169346a315886dfaca9adc1cf570592157629349103d4a', 'hex'))).pair_client('yBXayvJ').then(console.log).catch(console.error)"
StatusCodeError: 400 - {"error":"Error while pairing (Expired)"}
at new StatusCodeError (D:\Documents\Education\Blockchain - Crypto\IVANONTECH\Lightning\lightning-app-boilerplate-master\node_modules\request-promise-core\lib\errors.js:32:15)
at Request.plumbing.callback (D:\Documents\Education\Blockchain - Crypto\IVANONTECH\Lightning\lightning-app-boilerplate-master\node_modules\request-promise-core\lib\plumbing.js:104:33)
at Request.RP$callback [as _callback] (D:\Documents\Education\Blockchain - Crypto\IVANONTECH\Lightning\lightning-app-boilerplate-master\node_modules\request-promise-core\lib\plumbing.js:46:31)
at Request.self.callback (D:\Documents\Education\Blockchain - Crypto\IVANONTECH\Lightning\lightning-app-boilerplate-master\node_modules\request\request.js:185:22)
at Request.emit (events.js:310:20)
at Request.<anonymous> (D:\Documents\Education\Blockchain - Crypto\IVANONTECH\Lightning\lightning-app-boilerplate-master\node_modules\request\request.js:1161:10)
at Request.emit (events.js:310:20)
at IncomingMessage.<anonymous> (D:\Documents\Education\Blockchain - Crypto\IVANONTECH\Lightning\lightning-app-boilerplate-master\node_modules\request\request.js:1083:12)
at Object.onceWrapper (events.js:416:28)
at IncomingMessage.emit (events.js:322:22)
at endReadableNT (_stream_readable.js:1187:12)
at processTicksAndRejections (internal/process/task_queues.js:84:21) {
statusCode: 400,
error: { error: 'Error while pairing (Expired)' },
Thanks for the help!