Skip to content
This repository has been archived by the owner on May 7, 2019. It is now read-only.

Commit

Permalink
Loosened URL validity period on payment requests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Nicoll committed Apr 27, 2014
1 parent 89050ce commit 9d8e002
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bip-0070.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9d8e002

Please sign in to comment.