Payment Request: Difference between revisions
Jump to navigation
Jump to search
Add to category Technical. |
Link to BIP 70 |
||
Line 7: | Line 7: | ||
== Specification == | == Specification == | ||
See https:// | See https://en.bitcoin.it/wiki/BIP_0070 for the current specification. | ||
== Extensions == | == Extensions == |
Revision as of 02:01, 31 July 2013
Payment Requests
Payment Requests are a proposed new way to make Bitcoin payments.
Instead of sending somebody a bitcoin address and asking them to pay to that address, you give them a PaymentRequest message which bundles up more information than is contained in just a bitcoin address. A SignedPaymentRequest bundles a PaymentRequest with a digital identity and signature, so you can be sure that you are paying the correct person or merchant.
Specification
See https://en.bitcoin.it/wiki/BIP_0070 for the current specification.
Extensions
To avoid conflicts, implementations should use this page to register extensions to the protocol.
PaymentRequest
Field Number | Name | Description |
---|---|---|
100 | (available) | (available) |
SignedPaymentRequest
Field Number | Name | Description |
---|---|---|
100 | (available) | (available) |
Payment
Field Number | Name | Description |
---|---|---|
100 | (available) | (available) |
PaymentACK
Field Number | Name | Description |
---|---|---|
100 | (available) | (available) |