summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Maxwell <greg@xiph.org>2014-04-26 01:28:58 -0700
committerGregory Maxwell <greg@xiph.org>2014-04-26 01:28:58 -0700
commit3ca7305ebb7f415feacc19bf550b6cceb129f838 (patch)
tree246fc53f50ba5a59d247dba24609172fdad3e4a9
parentcd2850fa08b4a11b6f43991c593a6ae6ec792c53 (diff)
parent1dc97a648ed0bc7ce4ebd416c29128814af68976 (diff)
downloadbips-3ca7305ebb7f415feacc19bf550b6cceb129f838.tar.xz
Merge pull request #48 from schildbach/bip70-refund-deadline
Define a deadline for returning funds via refund_to.
-rw-r--r--bip-0070.mediawiki3
1 files changed, 2 insertions, 1 deletions
diff --git a/bip-0070.mediawiki b/bip-0070.mediawiki
index 1399321..692d7f0 100644
--- a/bip-0070.mediawiki
+++ b/bip-0070.mediawiki
@@ -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.
|}