summaryrefslogtreecommitdiff
path: root/bip-0070.mediawiki
diff options
context:
space:
mode:
authorRoss Nicoll <jrn@jrn.me.uk>2014-04-27 21:08:44 +0100
committerRoss Nicoll <jrn@jrn.me.uk>2014-04-27 21:08:44 +0100
commit9d8e00207125d844e49e25b0fefeefa263287f2c (patch)
treef4b132dcefbe883e794b7ccfe5f562a9838f7220 /bip-0070.mediawiki
parent89050ce1462f7a18898c884503966a9cf6f1f22b (diff)
downloadbips-9d8e00207125d844e49e25b0fefeefa263287f2c.tar.xz
Loosened URL validity period on payment requests.
Diffstat (limited to 'bip-0070.mediawiki')
-rw-r--r--bip-0070.mediawiki4
1 files changed, 2 insertions, 2 deletions
diff --git a/bip-0070.mediawiki b/bip-0070.mediawiki
index 747295c..a65e5a5 100644
--- a/bip-0070.mediawiki
+++ b/bip-0070.mediawiki
@@ -99,8 +99,8 @@ about the merchant and a digital signature.
| merchant_data || Arbitrary data that may be used by the merchant to identify the PaymentRequest. May be omitted if the merchant does not need to associate Payments with PaymentRequest or if they associate each PaymentRequest with a separate payment address.
|}
-The payment_url specified in the PaymentDetails must remain valid at least until the PaymentDetails
-expires (or indefinitely if the PaymentDetails does not expire). Note that this is irrespective of
+The payment_url specified in the PaymentDetails should remain valid at least until the PaymentDetails
+expires (or as long as possible if the PaymentDetails does not expire). Note that this is irrespective of
any state change in the underlying payment request; for example cancellation of an order should not
invalidate the payment_url, as it is important that the merchant's server can record mis-payments
in order to refund the payment.