Zano Payment Widgets
Set up private crypto payments on your site in a few minutes. Pick your settings, grab the embed code, and it just works — mobile and desktop.
How It Works
Configure
Set your wallet address, amount, and pick which fields to show or let the payer edit.
Preview
Watch your widget update live as you toggle QR codes, themes, and branding.
Embed
Copy the HTML and paste it into any website. Nothing else to install.
Widget Generator
Set up your widget below. Pick which fields to show, lock values, and choose a theme.
Widget Type
Payment Fields
Widget Theme
Display Options
Preview
Export
Add a valid address to unlock export
Documentation
How to embed, configure, and style Zano payment widgets on your site.
Embedding the Widget
The widget is self-contained HTML with inline styles, so there are no external CSS or JS dependencies. Just copy the HTML from the "Copy HTML Widget" button and paste it into your page.
<!-- 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; on desktop it opens the wallet. The format looks like this:
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 – Show or hide the field in the widget.
- Locked / Editable – Locked fields show as static text. Editable fields give the payer an input to change the value before sending.
Themes
Pick dark or light. The theme applies to everything: QR code colors, background, text, and buttons. Match it to your site.
Supported Assets
You can accept payments in these assets:
- ZANO – Native Zano currency (default)
- FUSD – Freedom Dollar, a 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 turned on, the widget shows a QR code with the payment deeplink baked in. Scan it with the Zano mobile app and the payment opens right away. In the preview it renders as an inline SVG; the exported HTML uses an external QR API so it works anywhere.