1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-05-12 12:03:29 +00:00

Loosened URL validity period on payment requests.

This commit is contained in:
Ross Nicoll 2014-04-27 21:08:44 +01:00
parent 89050ce146
commit 9d8e002071
No known key found for this signature in database
GPG Key ID: 9142E5F7E533CE3B

View File

@ -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. | 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 The payment_url specified in the PaymentDetails should remain valid at least until the PaymentDetails
expires (or indefinitely if the PaymentDetails does not expire). Note that this is irrespective of 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 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 invalidate the payment_url, as it is important that the merchant's server can record mis-payments
in order to refund the payment. in order to refund the payment.