mirror of
https://github.com/bitcoin/bips.git
synced 2025-01-18 13:26:08 +01:00
Merge pull request #48 from schildbach/bip70-refund-deadline
Define a deadline for returning funds via refund_to.
This commit is contained in:
commit
3ca7305ebb
@ -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
|
||||
|-
|
||||
| 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.
|
||||
|}
|
||||
|
Loading…
Reference in New Issue
Block a user