I've never used any communication with Webhook, I'm currently receiving communication from the Moip Subscriptions API , when a new subscriber is registered I get a JSON with the event and subscriber information that was created.
I'm using RequestBin to run the tests, since I can not get Webhook on my localhost (localhost: 4200).
I would like to know how to listen to a Webhook communication and see which event was sent by the Moip Subscriptions API when some action is executed in the API.
For example, when an invoice is created, the INVOICE.CREATED event is triggered. link
I would like to control with a service when I receive a Webhook and notify the user of the action he performed, whether it is a payment made etc.