web - balance top-up flow
the web process for a user to recharge their account coin wallet is as follows:create session#
use this endpoint, web - balance top-up, to initiate a session;
on success a session URL and a transaction ID will be returned;
the session URL is used to redirect the user to the payment gateway, where they make the payment and they get redirected back to the website;socket updates#
if the payment is successful, the socket may emit a body action of update-user
with the updated user object in the response data, which should contain the updated ledger balance; Modified at 2025-10-03 20:17:36