I'm looking for a way to include extra description info in a lightning anchor link: e.g.
<a href="lightning:bitanon@getalby.com" description="payer@email.com">send ln payment</a>
Or even better using an Android Intent: e.g.
Intent(Intent.ACTION_SEND).apply { data = Uri.parse("lightning:") //type = "message/rfc822" putExtra("description", "payer@email.com") }
Anyone gotten something similar to work with getalby or other wallets using lnurl payments?
Awesome thanks dude, was scouring the LUDs for this. Will try to see if can get working.
reply