Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: elendir on April 26, 2014, 09:20:56 AM



Title: Payment Request Gnerator Code Sample
Post by: elendir on April 26, 2014, 09:20:56 AM
Hi fellow coders,
I'd like to ask for your help. Does anyone here have a working payment request (https://github.com/bitcoin/bips/blob/master/bip-0070.mediawiki) generator sample code (in any language)? I've been struggling for almost a day to generate payment requests in node.js, stumbled over the certificate signing phase. Gavin runs a simple PHP generator (https://bitcoincore.org/~gavin/createpaymentrequest.php), but didn't release the code.


Title: Re: Payment Request Gnerator Code Sample
Post by: elendir on April 26, 2014, 01:08:14 PM
Solved. In case someone else finds it helpful, the code has actually been released here: https://github.com/gavinandresen/paymentrequest/tree/master/php. Cheers!