`PaymentProtocol` and associated functions and methods will serialize, deserialize, sign and verify payment protocol messages both in Node.js and web browsers. Both X.509 and [bitcoin identity protocol](https://en.bitcoin.it/wiki/Identity_protocol_v1) are supported. For detailed technical information, please view [BIP70](https://github.com/bitcoin/bips/blob/master/bip-0070.mediawiki).
@ -38,7 +38,7 @@ The merchant's server will then construct a payment request and send it to the c
```javascript
// load the X509 certificate
var certificates = new PaymentProtocol().makeX509Certificates();