🔧 Title: Add a "Request Payment" feature with shareable links
📘 Description
Users can only send payments, not request them. A "Request Payment" feature that generates a shareable link or QR code pre-filled with the recipient address and amount would be valuable for merchants and individuals.
✅ Acceptance Criteria
🔧 Context: frontend/src/components/QRCodeModal.jsx; backend/src/routes/stellar.js.
🔧 Title: Add a "Request Payment" feature with shareable links
📘 Description
Users can only send payments, not request them. A "Request Payment" feature that generates a shareable link or QR code pre-filled with the recipient address and amount would be valuable for merchants and individuals.
✅ Acceptance Criteria
web+stellar:pay?destination=...&amount=...&memo=...URIGET /api/stellar/payment-request/:idendpoint for persistent request links🔧 Context:
frontend/src/components/QRCodeModal.jsx;backend/src/routes/stellar.js.