LUD-24 – pinLimit for withdrawRequest (PIN protection for NFC/Boltcard) - #290
Open
AxelHamburch wants to merge 11 commits into
Open
LUD-24 – pinLimit for withdrawRequest (PIN protection for NFC/Boltcard)#290AxelHamburch wants to merge 11 commits into
AxelHamburch wants to merge 11 commits into
Conversation
This was referenced May 20, 2026
Contributor
Author
Known Implementations of LUD-XX
|
andrerfneves
force-pushed
the
draft/pinlimit-withdrawrequest
branch
2 times, most recently
from
July 11, 2026 02:59
7f20c84 to
f2b4dc3
Compare
Collaborator
|
Assigning LUD 24 |
Clean resubmission of PR lnurl#200. Adds optional PIN authorization to withdrawRequest for NFC/Boltcard use case. No number assigned pending maintainer decision.
andrerfneves
force-pushed
the
draft/pinlimit-withdrawrequest
branch
from
July 11, 2026 03:05
f2b4dc3 to
bba3a72
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Clean resubmission of PR #200 (
pinLimitforwithdrawRequest), open sinceFebruary 2023 without being merged.
Supersedes #200. Related to governance discussion: #289.
Spec file:
24.mdWhat this adds
An optional
pinLimitfield to thewithdrawRequestresponse (LUD-03 extension).When present and the withdrawal amount meets or exceeds the threshold, the wallet
must collect a 4-digit numeric PIN before sending the callback. If the PIN is
absent or wrong, the SERVICE MUST reject the request — there is no fallback.
Assigned as LUD-24.
Why now
Changes vs PR #200
Known implementations (verified)