Zano Payment Widgets
Accept private payments on your website with embeddable Zano payment widgets. Generate a customizable widget with QR codes and deeplinks — works on both mobile and desktop.
How It Works
Configure
Set your wallet address, amount, and customize which fields are visible or editable.
Preview
See your widget update in real-time. Toggle QR codes, themes, and branding options.
Embed
Copy the self-contained HTML and paste it into any website. No dependencies required.
Widget Generator
Configure your payment widget below. Adjust fields, toggle visibility, and choose your theme.
Payment Fields
Widget Theme
Display Options
Preview
Export
Documentation
Everything you need to know about embedding and customizing Zano payment widgets.
Embedding the Widget
The generated widget is self-contained HTML with inline styles — no external CSS or JavaScript dependencies. Copy the HTML from the "Copy HTML Widget" button and paste it anywhere on your website.
<!-- Paste the copied HTML into your page -->
<div style="max-width: 440px; margin: 0 auto;">
<!-- Widget HTML goes here -->
</div>Deeplink Format
Widgets use Zano deeplinks to trigger payments. On mobile, the link opens the Zano app directly. On desktop, it opens the Zano wallet. The deeplink format is:
zano:action=send&address=ZxBvJD...&amount=10&comment=Order123&asset_id=86143...Field Configuration
Each field (address, amount, comment, asset) can be configured independently:
- Visible / Hidden — Controls whether the field appears in the widget.
- Locked / Editable — Locked fields display as static text. Editable fields show an input so the payer can modify the value before sending.
Themes
Widgets support dark and light themes. The theme affects all widget elements including the QR code colors, background, text, and button styling. Choose the theme that best matches your website's design.
Supported Assets
Zano Pay supports payments in the following assets:
- ZANO — Native Zano currency (default)
- FUSD — Freedom Dollar — stablecoin on Zano
- BTCX — Wrapped Bitcoin on Zano
- ETHX — Wrapped Ethereum on Zano
- Custom — Any asset by providing its 64-character hex asset ID
QR Codes
When enabled, the widget displays a QR code containing the payment deeplink. Users can scan this with the Zano mobile app to initiate a payment instantly. The QR code is generated as an inline SVG in the preview, and uses an external QR API in the exported HTML for portability.