1
0
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:
Gregory Maxwell 2014-04-26 01:28:58 -07:00
commit 3ca7305ebb

View File

@ -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.
|}