Commit graph

7 commits

Author SHA1 Message Date
Patrick Mulligan
6d240eaa7b feat(lnurl): tap-to-receive (top-up) endpoint
Some checks failed
lint.yml / feat(lnurl): tap-to-receive (top-up) endpoint (push) Failing after 0s
Add a deposit counterpart to /scan so a Bolt Card can be tapped to
RECEIVE sats, not only spend. The card only emits its lnurlw (a spend
voucher), so the tap is used as an authenticated identity: the same SUN
p/c that /scan verifies proves possession, and we return an lnurl-PAY
(LUD-06) response for the card's own wallet.

- GET /api/v1/pay/{external_id}?p=&c= — SUN-verified, returns a
  payRequest; the single-use hit is the callback bearer (like k1 for
  withdraw). No daily-limit check (that gates spending); per-deposit max
  is tx_limit.
- GET /api/v1/pay/cb/{hit_id}?amount= — invoices the card wallet.
- Static pay metadata so the LUD-06 description_hash matches.
- Distinct from the LUD-19 refund lnurlp (keyed by a prior scan's hit);
  this is reachable directly by a tap via external_id.
- config.json → 1.1.1-aio.1 (fork of upstream v1.1.1; upstream left its
  config.json at 1.1.0, but the released tag is v1.1.1). README documents
  the endpoint.

Consumed by aiolabs/bitspire #84 (Bolt Card tap-to-receive on cash-in).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-08-06 00:52:46 +02:00
dni ⚡
7213d5ca93
feat: code quality (#39) 2024-08-29 12:24:15 +02:00
arbadacarba
407c515b11
Update README.md (#10)
Writing-App now also available for iOS
2023-09-28 09:18:10 +02:00
Tiago Vasconcelos
da460915c2
Update README.md 2023-04-24 10:45:12 +01:00
Pavol Rusnak
177e4c4d27
small updates to readme 2023-03-15 23:36:23 +01:00
arbadacarba
cb4075e373 Update README.md
Added Android as a requirement and Chrome as a recommendation
2023-03-15 22:41:34 +01:00
Arc
aa13533791
Add files via upload 2023-02-14 11:07:51 +00:00