BITCOIN payments OP RETURN parameter

0 votes

I want to automate BITCOIN payments and I need to make a donate button that sends an additionally OP_RETURN parameter with the value of the encrypted order id. I just want to send a small message with the payment. I have documented myself a little bit and I saw that the OP_RETURN parameter may help me. How do I make that happen? Is there a wallet that does that or Do I have to do it from bitcoin-cli?

I also want to make this in PHP. I mean I need a button that will make a payment with that encrypted order id.

Thanks for your advice in advance.

Apr 4, 2022 in Blockchain by Rahul
• 9,680 points
451 views

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
0 votes

You will want to do the server-side through the encrypted and authenticated client using BIP 70 - AKA which is the Bitcoin Protocol for Payments. You can create a browser-side client to do as you described but you do not want to trust the data the client sends along without verification and you checking the transaction before it is sent to the network will not make you trustworthy as a merchant but rather an aim between the user and the blockchain.

answered Apr 6, 2022 by Soham
• 9,710 points

edited Mar 5

Related Questions In Blockchain

+1 vote
1 answer
0 votes
1 answer

How do I query Blockchain bitcoin locally?

You could use json RPC provided by ...READ MORE

answered Apr 19, 2018 in Blockchain by Christine
• 15,790 points
1,870 views
+1 vote
2 answers

What if a bitcoin clients could create identical private keys?

If this happens, then Person B will ...READ MORE

answered Aug 28, 2018 in Blockchain by Evan
1,065 views
0 votes
1 answer

How Bitcoin wallet find unspent transaction output(UTXOs)?

The wallet apps are connected to the ...READ MORE

answered May 22, 2018 in Blockchain by Shashank
• 10,400 points
1,377 views
0 votes
1 answer

How can I simulate private bitcoin network with random peer discovery?

You can model the whatever network you ...READ MORE

answered May 29, 2018 in Blockchain by Johnathon
• 9,090 points
800 views
0 votes
2 answers

Why does not India consider Bitcoin as a legal tender?

to be specific there are few logical ...READ MORE

answered Jul 3, 2018 in Blockchain by Priyaj
• 58,020 points
946 views
0 votes
1 answer

BITCOIN payments, OP_RETURN parameter

Try doing the server side via encrypted ...READ MORE

answered Mar 24, 2022 in Blockchain by Rahul
• 9,680 points
776 views
0 votes
0 answers

How do I use PHP to get the current year?

I want to put a copyright notice ...READ MORE

Jun 9, 2022 in PHP by Kichu
• 19,040 points
793 views
0 votes
0 answers

Need XAMPP with PHP 5.4 version - windows

Can someone please share with me any ...READ MORE

Jun 21, 2022 in PHP by narikkadan
• 63,600 points
1,079 views
0 votes
0 answers

Switch php versions on commandline ubuntu 16.04

On my Ubuntu 16.04, I've installed PHP ...READ MORE

Jul 30, 2022 in PHP by Kithuzzz
• 38,000 points
800 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP