From 1dc97a648ed0bc7ce4ebd416c29128814af68976 Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Sat, 12 Apr 2014 14:58:56 +0200 Subject: Define a deadline for returning funds via refund_to. See discussion "BIP 70 refund field" on bitcoin-dev. --- bip-0070.mediawiki | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bip-0070.mediawiki') diff --git a/bip-0070.mediawiki b/bip-0070.mediawiki index 3e861db..4666ff6 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. |} -- cgit v1.2.3