PayButton / paybutton-server

Manage eCash payments received through your online business.
MIT License
7 stars 2 forks source link

Clean up + simplify the data we're sending to the client upon a successful payment #811

Closed Klakurka closed 9 months ago

Klakurka commented 10 months ago

The only things we should be sending the client are:

Later on, we can get fancy about notifying the client when a tx has finalized to improve the UX even more -- but let's wait for pre-consensus before doing that.

Everything else that we're currently sending the client (eg. database IDs for the tx and address) are superfluous.