Pay with Goblin
{{ info.amount_display }}
{% if is_paid %}Paid ✓
This invoice has been settled. You can close this page.
{% else if is_expired %}This invoice has expired.
{% else %}Waiting for payment…
{% if !info.nprofile.is_empty() %}Pay with Goblin Wallet
{{ info.qr_svg|safe }}
Scan with your Goblin Wallet, or copy the address below.
Pay by Slatepack (grin1)
Pay from any Grin wallet, no Nostr needed. Send {{ info.amount_display }} to the address below.
{% if let Some(grin1_qr) = info.slatepack_qr_svg %}{{ grin1_qr|safe }}
{% endif %}
- In your Grin wallet, send {{ info.amount_display }} to this address using the Slatepack / file method, then paste the Slatepack it produces below.
- The pasted S1 Slatepack is received here and a response Slatepack is returned.
- Paste that response back into your wallet to finalize and broadcast it, which completes the payment.
{{ memo }}
{% endif %}