Closed adrianhopebailie closed 5 years ago
Do we need to indicate WHY a payment failed if it did?
Maybe an error code?
Can the Payment Handler simply respondWith() an ILP reject packet and let the browser infer the failure reason from the code?
respondWith()
code
A possible failure case is that the browser requests the sender to send in a currency it can't convert from.
Is F03 - Invalid Amount error appropriate here?
Kamino closed and cloned this issue to interledger/webmonetization.org
Do we need to indicate WHY a payment failed if it did?
Maybe an error code?
Can the Payment Handler simply
respondWith()
an ILP reject packet and let the browser infer the failure reason from thecode
?A possible failure case is that the browser requests the sender to send in a currency it can't convert from.
Is F03 - Invalid Amount error appropriate here?