Bitcoin Payment QR Code
<\/script>\n';
},
get iframeSnippet() {
const domain = 'qrcodefyi.com';
const type = 'entity';
const slug = 'bitcoin-payment-qr';
return '';
},
get activeSnippet() {
return this.method === 'script' ? this.scriptSnippet : this.iframeSnippet;
},
copySnippet() {
navigator.clipboard.writeText(this.activeSnippet).then(() => {
this.copied = true;
setTimeout(() => { this.copied = false; }, 2000);
});
}
}"
@keydown.escape.window="open = false"
@click.outside="open = false">
Create a BIP 21 Bitcoin payment QR code with a pre-filled address, amount, and label. Covers both static donation addresses and dynamic payment requests for point-of-sale use.