{% extends "base" %} {% block content %}

Wallet Address

  • Address: {{ wallet_address }}
  • Tx Amount: {{ qr_data.tx_amount }}
  • Tx Payment Id: {{ qr_data.tx_payment_id }}
  • Tx Description: {{ qr_data.tx_description }}
  • Recipient Name: {{ qr_data.recipient_name }}

Want to generate a QR code for incoming payment?

{% endblock content %}