Bitcoin QR code on a product sold in stores

0

How and which company do i turn to implement a QR code for bitcoin on a product sold within stores.

ModelBTC

Posted 2019-04-06T21:01:19.773

Reputation: 1

Question was closed 2019-04-16T17:28:46.503

What do you expect a ‘QR code for bitcoin’ to do exactly? It’s not clear to me what you’re asking.chytrik 2019-04-06T21:03:32.437

what company/website do i go too..to download a QR (BTC) code? To have on products.ModelBTC 2019-04-06T21:18:15.877

I want the QR code for products. too accept bitcoin payments.ModelBTC 2019-04-06T21:19:19.113

Basically generating my own code.ModelBTC 2019-04-06T21:26:02.380

Found it and got it thanks!ModelBTC 2019-04-06T21:26:37.333

Answers

1

Putting a bitcoin payment address (in QR code format, or otherwise) is generally not the way to accept bitcoin for a sale. There would be very basic vulnerabilities, such as having someone swap the payment address displayed on your product, etc. Attempting to use the same address on every product is bad for privacy/fungibility, and it makes backend accounting difficult.

Accepting Bitcoin for payments is best done using a bitcoin payment processor such as BTCPayServer (an open source project), or for small scale you could even process payments manually at the till. In either case, customers would be presented with a payment address during checkout, not a payment address per product.

chytrik

Posted 2019-04-06T21:01:19.773

Reputation: 10 276