Bitcoin Payment
<\/script>\n';
},
get iframeSnippet() {
const domain = 'qrcodefyi.com';
const type = 'entity';
const slug = 'bitcoin';
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">
Encodes a Bitcoin payment request using the BIP 21 URI scheme, including the recipient address, optional amount, label, and message. Scanning opens a Bitcoin wallet application with the payment details pre-populated for one-tap transaction initiation.
Bitcoin Payment
2D MATRIX
Encoding Prefix
bitcoin:
Max Characters
500
Featured
No