mirror of
https://github.com/bitcoin/bips.git
synced 2025-03-13 19:16:49 +01:00
Define a deadline for returning funds via refund_to.
See discussion "BIP 70 refund field" on bitcoin-dev.
This commit is contained in:
parent
243524acde
commit
1dc97a648e
1 changed files with 2 additions and 1 deletions
|
@ -145,7 +145,8 @@ Payment messages are sent after the customer has authorized payment:
|
||||||
|-
|
|-
|
||||||
| transactions || One or more valid, signed Bitcoin transactions that fully pay the PaymentRequest
|
| transactions || One or more valid, signed Bitcoin transactions that fully pay the PaymentRequest
|
||||||
|-
|
|-
|
||||||
| refund_to || One or more outputs where the merchant may return funds, if necessary.
|
| refund_to || One or more outputs where the merchant may return funds, if necessary. The merchant may return funds using these outputs for up to 2 months
|
||||||
|
after the time of the payment request. After that time has expired, parties must negotiate if returning of funds becomes necessary.
|
||||||
|-
|
|-
|
||||||
| memo || UTF-8 encoded, plain-text note from the customer to the merchant.
|
| memo || UTF-8 encoded, plain-text note from the customer to the merchant.
|
||||||
|}
|
|}
|
||||||
|
|
Loading…
Add table
Reference in a new issue