Re: [w3c/browser-payment-api] Support for negative amounts (#119)

To be precise, A is requesting to pay money to B. 

My main issue with a negative total is that this is incompatible with most (if not all) cryptocurrency payment methods, without reissuing the payment request in the opposite direction with a positive amount. This is because, for example, a basic bitcoin payment request might be represented as

{amount, currency unit, address}

A payment can be made **to** that address but it cannot come **from** that address. See https://en.bitcoin.it/wiki/From_address

---
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/browser-payment-api/issues/119#issuecomment-214167988

Received on Monday, 25 April 2016 06:59:48 UTC