-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
Should the URI support parameters for OP_RETURN and expiry of the payment request?
Pro:
- Invoicing becomes easier with invoicing reference numbers passed as OP_RETURN.
- No direct online interaction is needed between payer and payee; supports privacy.
- With expiry information in the payment request, the indirect way of interacting becomes safer.
Example:
bitcoincash:<address>?s=1234&opr=0b696e766f69636520353436&e=1686573082&m=electricity%20bill
Here, the payer needs to send a tx with an OP_RETURN output of locking byte: 6a0b696e766f69636520353436, an output sending 1234 sats to bitcoincash:<address>, by 1686573082 unix time.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels