diff options
author | Andreas Schildbach <andreas@schildbach.de> | 2014-04-12 14:58:56 +0200 |
---|---|---|
committer | Andreas Schildbach <andreas@schildbach.de> | 2014-04-12 14:58:56 +0200 |
commit | 1dc97a648ed0bc7ce4ebd416c29128814af68976 (patch) | |
tree | 4b16f54ce2db9ef7809578c31f2eaf49978d6a36 /bip-0070.mediawiki | |
parent | 243524acde016ae59df5dc3d073e7cd7d32e8469 (diff) |
Define a deadline for returning funds via refund_to.
See discussion "BIP 70 refund field" on bitcoin-dev.
Diffstat (limited to 'bip-0070.mediawiki')
-rw-r--r-- | bip-0070.mediawiki | 3 |
1 files changed, 2 insertions, 1 deletions
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. |} |