1
0
Fork 0
mirror of https://github.com/bitcoin/bips.git synced 2025-03-13 11:09:16 +01:00

Define a deadline for returning funds via refund_to.

See discussion "BIP 70 refund field" on bitcoin-dev.
This commit is contained in:
Andreas Schildbach 2014-04-12 14:58:56 +02:00
parent 243524acde
commit 1dc97a648e

View file

@ -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.
|}