-
Notifications
You must be signed in to change notification settings - Fork 18
Description
Context: Sometimes the payment confirmation checkmark screen is accidentally tapped. This leaves the successful payment by the buyer open for discussion. The "receipts" screen then comes in handy, as the merchant can verify the successful payment.
BUT as only the amount is visible in the receipt-history, it is hard for the merchant to know if this was the discussed payment.
Solution propsal: Replace 'payment hash' with a 'show details' button. When button is clicked, it opens more details about a payment, for example the data from the 'extra' field of the payment, the payment hash, etc...
AS IS: When clicked on receipts, only the amount paid and the payment hash is visible
TO BE: When clicked on 'receipts' also enable details of a payment to be verified
