## Description\nImplement QR code payment requests with NFC tag support for in-person payments. Enable tap-to-pay using NFC-enabled devices.\n\n**Current Limitation:** No QR/NFC payment support.\n**Expected Outcome:** QR code generation and NFC tag writing for in-person payment requests.\n## Acceptance Criteria\n- [ ] QR code generation with payment URL\n- [ ] QR code style customization\n- [ ] NFC tag writing for payment request\n- [ ] QR code scanning via camera\n- [ ] NFC foreground dispatch\n- [ ] Offline payment handling\n- [ ] Amount input before scan\n- [ ] Transaction confirmation\n## Technical Scope\n- **Files:** frontend/payments/qr, backend/nfc\n- **Edge Cases:** Invalid QR codes, offline devices\n## Complexity Estimate\n200 points - QR generation, NFC APIs, UX.
Description\nImplement QR code payment requests with NFC tag support for in-person payments. Enable tap-to-pay using NFC-enabled devices.\n\nCurrent Limitation: No QR/NFC payment support.\nExpected Outcome: QR code generation and NFC tag writing for in-person payment requests.\n## Acceptance Criteria\n- [ ] QR code generation with payment URL\n- [ ] QR code style customization\n- [ ] NFC tag writing for payment request\n- [ ] QR code scanning via camera\n- [ ] NFC foreground dispatch\n- [ ] Offline payment handling\n- [ ] Amount input before scan\n- [ ] Transaction confirmation\n## Technical Scope\n- Files: frontend/payments/qr, backend/nfc\n- Edge Cases: Invalid QR codes, offline devices\n## Complexity Estimate\n200 points - QR generation, NFC APIs, UX.