Once a charge has been created, it status can be monitored by connecting the websocket client to https://api.pay.busha.co/charges/{chargeID}/status.
Replace chargeID
in the route with id
of created/existing charge.
The socket sends a Charge
on every update. whenever an event (payment
,expire
.e.t.c) occurs on the full charge object with the updates. check charge resource for more details.