Payment Request: Difference between revisions
Jump to navigation
Jump to search
Link to BIP 70 |
m fix link |
||
Line 7: | Line 7: | ||
== Specification == | == Specification == | ||
See | See [[BIP 0070]] for the current specification. | ||
== Extensions == | == Extensions == |
Latest revision as of 12:06, 10 February 2015
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 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) |