androidhtmlbitcoin

How to make bitcoin payment button on a web page launch android wallet app


How do I make a Bitcoin payment button on a web page launch an Android wallet app such as Blockchain.info's wallet, passing the address and the amount to be paid to the app?


Solution

  • Use the bitcoin: URI with the amount parameter. For example:

    bitcoin:175tWpb8K1S7NmH4Zx6rewF9WQrcZv245W?amount=12.3
    

    See the BIP 21 for a specification of this URI scheme.