Skip to content

Add a "Request Payment" feature with shareable links #579

@Mystery-CLI

Description

@Mystery-CLI

🔧 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

  • Add a "Request Payment" button that opens a form for amount and memo
  • Generate a web+stellar:pay?destination=...&amount=...&memo=... URI
  • Display the URI as a QR code and a copyable link
  • Add GET /api/stellar/payment-request/:id endpoint for persistent request links
  • Add tests for URI generation and QR code display

🔧 Context: frontend/src/components/QRCodeModal.jsx; backend/src/routes/stellar.js.


Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions