Skip to content

feat(dev): QRIS Decoder - #204

Merged
slaveofcode merged 1 commit into
developfrom
feat/qris-decoder
Aug 13, 2026
Merged

feat(dev): QRIS Decoder#204
slaveofcode merged 1 commit into
developfrom
feat/qris-decoder

Conversation

@slaveofcode

Copy link
Copy Markdown
Owner

Adds a client-side QRIS Decoder (/tools/qris-decoder).

  • Parses the EMVCo TLV payload of an Indonesian QRIS code → merchant name, NMID, city, amount, MCC, currency, static/dynamic, acquirer, and CRC-16 validity.
  • Input: paste the payload OR drop/paste a QR image (decoded via the already-installed jsQR).
  • Shows a friendly summary plus a full tag-by-tag TLV breakdown (nested merchant-account / additional-data / language templates).
  • Pure lib qris.lib.ts unit-tested (11 cases incl. the CRC check vector 0x29B1). No new dependency.
  • EN + ID SEO with how-to + FAQs. Full suite + lint + build green.

Decode Indonesian QRIS (EMVCo) codes entirely in the browser: paste the
payload or drop a QR image (decoded via jsQR) and see merchant name, NMID,
city, amount, MCC, currency, static/dynamic, CRC validity, plus a full
tag-by-tag TLV breakdown. Pure parser with CRC-16/CCITT-FALSE validation.
Adds EN + ID SEO.
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 13, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
goodwebtools b77d8e5 Aug 13 2026, 11:50 PM

@slaveofcode
slaveofcode merged commit ac94289 into develop Aug 13, 2026
2 checks passed
@slaveofcode
slaveofcode deleted the feat/qris-decoder branch August 13, 2026 23:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant