mirror of
https://github.com/bitcoin/bips.git
synced 2025-05-19 12:08:05 +00:00
- Add Updated Messages section to describe the status_code and status_message - Separated Message and Communication Errors into Payment Protocol Errors and Communication Errors - Add first draft Payment Protocol error codes - Update InvoiceRequest Message Creation description amount example to return Payment Protocol error in the case of an issue with the amount.
11 lines
474 B
Plaintext
11 lines
474 B
Plaintext
==BIP70 Extensions==
|
|
|
|
Add your extension below using tags starting at 1000 and submit a pull-req.
|
|
|
|
{|
|
|
| Field Number || Extension Name || Field Name || Description
|
|
|-
|
|
| 1000 || [[https://github.com/bitcoin/bips/bip-0075.mediawiki|(BIP75)]] || status_code || Status Code for Payment Protocol error communication
|
|
|-
|
|
| 1001 || [[https://github.com/bitcoin/bips/bip-0075.mediawiki|(BIP75)]] || status_message || Human-readable message for Payment Protocol error communication
|
|
|} |