BOLT-12 is planned! but it needs to be prioritized among our other features or we need to receive a PR from an external contributor. We will most likely add support for LDK-node first (the default Alby Hub node backend)

Replies (2)

Looking at the transactions on phoenixd-cli, I see the main difference between a BOLT12 and BOLT11 payment is that the former has a “payerKey” instead of an invoice. Is it just a matter of updating ListTransactions()? If so, I could give it a shot.