You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it would be extremely helpful to be able to verify that an invoice was paid
suppose i run a website for someone and i need to verify that someone, (not me), was paid
i can generate an invoice (easy), present a payment url (easy), and then verify that it was paid (impossible now, unless it's an alby address (this is my solution.. hey client, use alby or wos or muun))
using webhooks is nice, but is nonrecoverable and hard to test (localhost webhook, etc) and requires my client to set it up
ideally a well-known-verify url can be used
or a protected endpoint is ok too
alby and wos and others support lnurl-verify
but it's not universal, mostly because lnurlp doesn't ship with it
at the very least it can be a checkbox to turn it on
The text was updated successfully, but these errors were encountered:
it would be extremely helpful to be able to verify that an invoice was paid
suppose i run a website for someone and i need to verify that someone, (not me), was paid
i can generate an invoice (easy), present a payment url (easy), and then verify that it was paid (impossible now, unless it's an alby address (this is my solution.. hey client, use alby or wos or muun))
using webhooks is nice, but is nonrecoverable and hard to test (localhost webhook, etc) and requires my client to set it up
ideally a well-known-verify url can be used
or a protected endpoint is ok too
alby and wos and others support lnurl-verify
but it's not universal, mostly because lnurlp doesn't ship with it
at the very least it can be a checkbox to turn it on
The text was updated successfully, but these errors were encountered: