You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Handcash to submit a payment and the BIP-270 server returns a paymentACK with an error > 1, I would have expected to have seen an error in the app rather than the payment complete. Is this an issue with how handcash are handling the paymentACK message or something missing from the Spec.
A number indicating why the transaction was not accepted. 0 or undefined indicates no error. A 1 or any other positive integer indicates an error. The errors are left undefined for now; it is recommended only to use "1" and to fill the memo with a textual explanation about why the transaction was not accepted until further numbers are defined and standardized.
The text was updated successfully, but these errors were encountered:
When using Handcash to submit a payment and the BIP-270 server returns a paymentACK with an error > 1, I would have expected to have seen an error in the app rather than the payment complete. Is this an issue with how handcash are handling the paymentACK message or something missing from the Spec.
In the protocol spec it defines the PaymentACK message as shown: https://github.com/moneybutton/bips/blob/master/bip-0270.mediawiki#paymentack.
The text was updated successfully, but these errors were encountered: